mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-15 13:25:44 +01:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
namespace PleromaEntity {
|
|
export type URLs = {
|
|
streaming_api: string
|
|
}
|
|
}
|