mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-25 01:40:02 +08:00
6 lines
62 B
TypeScript
6 lines
62 B
TypeScript
type V2Option = {
|
|
ws0Rtt: boolean;
|
|
};
|
|
|
|
export { V2Option };
|