Interface TallyPayloadTextDTO

interface TallyPayloadTextDTO {
    columnListUuid?: string;
    columnRatio?: number;
    columnUuid?: string;
    html?: string;
    isHidden?: boolean;
}

Hierarchy (View Summary)

Properties

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