@makehq/sdk
    Preparing search index...

    Type Alias SDKWebhookSection<T>

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

    Webhook section content

    Type Parameters