@makehq/sdk
    Preparing search index...

    Type Alias SDKModuleSection<T>

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

    Module section data structure Represents configuration for different module sections like api, epoch, parameters, etc.

    Type Parameters