UNPKG

my-test123

Version:
12 lines (11 loc) 229 B
export declare class FilterModel { attributes: FilterAttributes; type: string; } export declare class FilterAttributes { description: string; key: string; query: string; title: string; type: string; }