UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

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