barkey/packages/megalodon/src/friendica/entities/urls.ts
2023-09-25 01:49:57 +02:00

5 lines
83 B
TypeScript

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