UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

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