@makehq/sdk
    Preparing search index...

    Type Alias TestSDKRPCBody

    Body for testing an RPC

    type TestSDKRPCBody = {
        data: Record<string, JSONValue>;
        schema: { name: string; required: boolean; type: string }[];
    }
    Index

    Properties

    Properties

    data: Record<string, JSONValue>

    Test data object

    schema: { name: string; required: boolean; type: string }[]

    Schema definition array

    Type declaration

    • name: string

      Parameter name

    • required: boolean

      Whether parameter is required

    • type: string

      Parameter type