mirror of
https://github.com/DavidVentura/cam-reverse
synced 2026-08-10 12:58:22 -04:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export type opt = {
|
|
discovery_ip: string;
|
|
attempt_to_fix_packet_loss: boolean;
|
|
};
|