api/client/types/urls.ts

4 lines
51 B
TypeScript
Raw Normal View History

export type URLs = {
streaming_api: string;
};