export SvixWebhook

interface SvixWebhook {
    channels?: any;
    createdAt?: string;
    description?: null | string;
    disabled?: boolean;
    filterTypes?: any;
    id?: null | string;
    metadata?: object;
    rateLimit?: any;
    uid?: any;
    updatedAt?: string;
    url?: null | string;
    version?: number;
}

Properties

channels?: any
createdAt?: string
description?: null | string
disabled?: boolean
filterTypes?: any
id?: null | string
metadata?: object
rateLimit?: any
uid?: any
updatedAt?: string
url?: null | string
version?: number