UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

6 lines (5 loc) 116 B
export type QuoteApproval = { automatic: Array<string>; manual: Array<string>; current_user: string; };