server/types/entities/urls.ts
2023-09-12 10:48:10 -10:00

4 lines
53 B
TypeScript

export interface APIURLs {
streaming_api: string;
}