iceshrimp/packages/megalodon/src/entities/urls.ts
2023-07-06 02:16:51 +00:00

5 lines
74 B
TypeScript

namespace Entity {
export type URLs = {
streaming_api: string
}
}