Type alias Filter

Filter: {
    context: FilterContext[];
    expires_at: string | null;
    id: string;
    irreversible: boolean;
    phrase: string;
    whole_word: boolean;
}

Type declaration

  • context: FilterContext[]
  • expires_at: string | null
  • id: string
  • irreversible: boolean
  • phrase: string
  • whole_word: boolean

Generated using TypeDoc