server/types/mastodon/urls.ts

4 lines
51 B
TypeScript
Raw Normal View History

2024-04-14 12:53:21 +02:00
export type URLs = {
streaming_api: string;
};