mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
export class IceServerModel {
|
|
Url: string;
|
|
TurnPassword: string;
|
|
TurnUsername: string;
|
|
} |