frontend/types/mastodon/urls.ts

4 lines
51 B
TypeScript

export type URLs = {
streaming_api: string;
};