@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface WebhookVerificationResult

    Webhook verification result

    interface WebhookVerificationResult {
        error?: string;
        isValid: boolean;
    }
    Index
    error?: string
    isValid: boolean