server/types/mastodon/urls.ts
2024-04-14 00:53:21 -10:00

4 lines
51 B
TypeScript

export type URLs = {
streaming_api: string;
};