1
0
Files
pawkey-sk/packages/megalodon/src/friendica/entities/urls.ts
T
2023-09-24 01:44:53 +02:00

6 lines
83 B
TypeScript

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