export interface CustomField { [name: string]: string | [] | boolean | object; } //# sourceMappingURL=custom-field.interface.d.ts.map