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