@makehq/sdk
    Preparing search index...

    Type Alias OnPremAgentAppConfigInput

    Forman-style input descriptor for an agent app's connected-system form.

    type OnPremAgentAppConfigInput = {
        label: string;
        name: string;
        spec?: OnPremAgentAppConfigField[];
        type: string;
    }
    Index

    Properties

    Properties

    label: string

    Human-readable label

    name: string

    Top-level field name (typically inputs for a collection)

    Nested field definitions when type is collection

    type: string

    Field type (e.g. collection)