This module contains all type definitions for the payloads of different form blocks.
Each block type has its own specific payload structure that defines its properties and behavior.
Remarks
The TallyPayloadDTO type is a union of all possible block payload types
Each payload type extends from base interfaces like TallyPayloadLayoutDTO and TallyPayloadQuestionDTO
Payload types define the structure and validation rules for different form elements
The types support various form elements including text, questions, media, and special fields
Type definitions for Tally form block payloads
This module contains all type definitions for the payloads of different form blocks. Each block type has its own specific payload structure that defines its properties and behavior.