Interface RecordTextPropertyType

interface RecordTextPropertyType {
    list: boolean;
    maxListSize?: number;
    maxTextSize?: number;
    type: "text";
}

Properties

list: boolean
maxListSize?: number
maxTextSize?: number
type: "text"