Interface TallyPayloadCaptchaDTO

interface TallyPayloadCaptchaDTO {
    columnListUuid?: string;
    columnRatio?: number;
    columnUuid?: string;
    isHidden?: boolean;
    isRequired?: boolean;
}

Properties

columnListUuid?: string
columnRatio?: number
columnUuid?: string
isHidden?: boolean
isRequired?: boolean