@seamapi/http - v1.121.0
    Preparing search index...

    Type Alias WebhookResource

    type WebhookResource = {
        event_types?: string[];
        secret?: string;
        url: string;
        webhook_id: string;
    }
    Index

    Properties

    event_types?: string[]
    secret?: string
    url: string
    webhook_id: string