1 2 3 4 5 6 7
namespace Entity { export type StatusSource = { id: string text: string spoiler_text: string } }