server/types/entities/urls.ts
Jesse Wierzbinski 436a79d99f
Initial commit
2023-09-10 17:31:08 -10:00

4 lines
48 B
TypeScript

export type URLs = {
streaming_api: string;
};