iceshrimp-legacy/packages/megalodon/lib/src/entities/urls.d.ts

6 lines
85 B
TypeScript

declare namespace Entity {
type URLs = {
streaming_api: string;
};
}