UNPKG

@cutls/megalodon

Version:

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

10 lines (9 loc) 160 B
export type Announcement = { id: string createdAt: string updatedAt: string | null text: string title: string imageurl: string | null isRead?: boolean }