Interface TallyQuestionFieldDTO

interface TallyQuestionFieldDTO {
    blockGroupUuid: string;
    title: string;
    type: TallyBlockTypes;
    uuid: string;
}

Properties

blockGroupUuid: string
title: string
uuid: string