server/types/entities/urls.ts

4 lines
50 B
TypeScript
Raw Normal View History

2023-09-11 05:46:20 +02:00
export interface URLs {
2023-09-11 05:31:08 +02:00
streaming_api: string;
2023-09-11 05:46:20 +02:00
}