@makehq/sdk
    Preparing search index...

    Type Alias SDKRPCSection<T>

    SDKRPCSection: T extends "api"
        ? Record<string, JSONValue>
        | Record<string, JSONValue>[]
        : Record<string, JSONValue>

    RPC section data (api, parameters, etc.)

    Type Parameters