@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias WebhooksCreateParameters

    type WebhooksCreateParameters = {
        event_types?: string[];
        url: string;
    }
    Index
    event_types?: string[]
    url: string