UNPKG

77 BTypeScriptView Raw
1export interface FilterMetadata {
2 value?: any;
3 matchMode?: string;
4}