mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-11-20 07:08:35 +00:00
7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
namespace MastodonEntity {
|
|
export type StatusSource = {
|
|
id: string
|
|
text: string
|
|
spoiler_text: string
|
|
}
|
|
}
|