server/types/entities/urls.ts
Jesse Wierzbinski 636f2ffff8
Fix ESLint
2023-09-10 17:46:20 -10:00

4 lines
50 B
TypeScript

export interface URLs {
streaming_api: string;
}