UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

9 lines (8 loc) 224 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 }