mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-12-17 20:34:26 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
namespace MastodonEntity {
|
|
export type URLs = {
|
|
streaming_api: string
|
|
}
|
|
}
|