api/client/types/urls.ts
2024-06-06 15:51:33 -10:00

4 lines
51 B
TypeScript

export type URLs = {
streaming_api: string;
};