@ptkl/sdk - v1.13.0
    Preparing search index...

    Type Alias SatelliteWorkflowNodeField

    type SatelliteWorkflowNodeField = {
        default?: any;
        description?: SatelliteLocaleText;
        label?: SatelliteLocaleText;
        name: string;
        required?: boolean;
        type: string;
    }
    Index

    Properties

    default?: any
    description?: SatelliteLocaleText
    name: string
    required?: boolean
    type: string