Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface WebhookRequest

    interface WebhookRequest {
        body: unknown;
        headers: Record<string, string>;
        method: string;
    }
    Index

    Properties

    Properties

    body: unknown
    headers: Record<string, string>
    method: string