mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-11-12 03:12:17 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
namespace FriendicaEntity {
|
|
export type URLs = {
|
|
streaming_api: string
|
|
}
|
|
}
|