@makehq/sdk
    Preparing search index...

    Type Alias DataStructureFieldOption

    Represents an option in a select/enum field.

    type DataStructureFieldOption = {
        label: string;
        nested?: DataStructureField[];
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    Display name for the option

    For options that contain nested fields

    value: string

    Value stored when this option is selected