mirror of
https://codeberg.org/yeentown/barkey.git
synced 2026-01-03 02:58:33 +00:00
7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
namespace MastodonEntity {
|
|
export type StatusSource = {
|
|
id: string
|
|
text: string
|
|
spoiler_text: string
|
|
}
|
|
}
|