UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

9 lines (8 loc) 243 B
import { StatusParams } from './status_params'; import { Attachment } from './attachment'; export type ScheduledStatus = { id: string; scheduled_at: string; params: StatusParams; media_attachments: Array<Attachment> | null; };