UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

10 lines (9 loc) 216 B
export type Filter = { id: string; phrase: string; context: Array<FilterContext>; expires_at: string | null; irreversible: boolean; whole_word: boolean; }; export type FilterContext = string;