server/types/entities/urls.ts
2024-04-06 19:30:49 -10:00

4 lines
56 B
TypeScript

export interface APIURLs {
streaming_api: string;
}