UNPKG

315 BTypeScriptView Raw
1import { SelectOption } from './SelectOption';
2export interface IndexerField {
3 order: number;
4 name: string;
5 label: string;
6 value: any;
7 type: string;
8 advanced: boolean;
9 helpText: string;
10 selectOptions: SelectOption[];
11 helpLink: string;
12}
13//# sourceMappingURL=IndexerField.d.ts.map
\No newline at end of file