@makehq/sdk
    Preparing search index...

    Type Alias SDKRPC

    Remote Procedure Call (RPC) definition

    type SDKRPC = {
        altConnection: string | null;
        connection: string | null;
        label: string;
        name: string;
    }
    Index

    Properties

    altConnection: string | null

    Alternative connection name if applicable

    connection: string | null

    Connection name if applicable

    label: string

    The label of the RPC visible in the scenario builder

    name: string

    The name of the RPC