@makehq/sdk
    Preparing search index...

    Type Alias ConnectedSystemInput

    A single valued input on a connected system.

    type ConnectedSystemInput = {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    Input field name

    value: string

    Input value