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

    Interface WebhookVerificationResult

    interface WebhookVerificationResult {
        error?: string;
        nonce?: string;
        timestamp?: number;
        valid: boolean;
    }
    Index

    Properties

    error?: string
    nonce?: string
    timestamp?: number
    valid: boolean