mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-23 09:44:51 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
namespace FriendicaEntity {
|
|
export type URLs = {
|
|
streaming_api: string
|
|
}
|
|
}
|