UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

19 lines 503 B
import { BaseFormSchemaFieldDto } from './baseFormSchemaFieldDto'; export interface FormSchemaFieldDto { enabled?: boolean; field?: BaseFormSchemaFieldDto; path?: string; required?: boolean; rule?: { [key: string]: object; }; } export declare namespace FormSchemaFieldDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=formSchemaFieldDto.d.ts.map