cam-reverse/options.ts
2024-05-05 16:43:31 +02:00

4 lines
86 B
TypeScript

export type opt = {
discovery_ip: string;
attempt_to_fix_packet_loss: boolean;
};