@makehq/sdk
    Preparing search index...

    Type Alias OnPremAgentAppConfigField

    Field definition returned for connected-system configuration on an agent app.

    type OnPremAgentAppConfigField = {
        help?: string | null;
        label: string;
        name: string;
        required?: boolean;
    }
    Index

    Properties

    help?: string | null

    Help text, if any

    label: string

    Human-readable label

    name: string

    Field identifier used in inputs when creating a connected system

    required?: boolean

    Whether the field is required