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