boldsign
Version:
NodeJS client for boldsign
17 lines (16 loc) • 404 B
TypeScript
export declare class ConditionalRule {
'fieldId'?: string | null;
'isChecked'?: boolean;
'value'?: string | null;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}