@seven.io/client
    Preparing search index...

    Interface WebhookVerificationParams

    interface WebhookVerificationParams {
        body: string | object | Buffer<ArrayBufferLike>;
        headers: Record<string, string | string[] | undefined>;
        method: string;
        url: string;
    }
    Index

    Properties

    Properties

    body: string | object | Buffer<ArrayBufferLike>
    headers: Record<string, string | string[] | undefined>
    method: string
    url: string