Sharkey/packages/megalodon/src/entities/status_source.ts

8 lines
113 B
TypeScript
Raw Normal View History

namespace Entity {
export type StatusSource = {
id: string
text: string
spoiler_text: string
}
}