UNPKG

@cutls/megalodon

Version:

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

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