mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-03-16 04:33:19 +08:00
7 lines
83 B
Dart
7 lines
83 B
Dart
enum RequestEditorSource {
|
|
editor,
|
|
breakpointRequest,
|
|
breakpointResponse,
|
|
}
|
|
|