UNPKG

@cutls/megalodon

Version:

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

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