mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-11-27 18:48:35 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
namespace Entity {
|
|
export type URLs = {
|
|
streaming_api: string
|
|
}
|
|
}
|