@makehq/sdk
    Preparing search index...

    Type Alias CreateSDKRPCBody

    Body for creating a new RPC

    type CreateSDKRPCBody = {
        label: string;
        name: string;
    }
    Index

    Properties

    Properties

    label: string

    The label of the RPC visible in the scenario builder

    name: string

    The name of the RPC