5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
namespace MastodonEntity {
|
|
export type URLs = {
|
|
streaming_api: string
|
|
}
|
|
}
|