Sharkey/packages/megalodon/src/pleroma/entities/urls.ts
2023-09-24 01:44:53 +02:00

5 lines
81 B
TypeScript

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