/// /// namespace MastodonEntity { export type ScheduledStatus = { id: string scheduled_at: string params: StatusParams media_attachments: Array } }