@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Type Alias DeliveryChannel

    DeliveryChannel:
        | {
            bearer?: string;
            contentType?: string;
            events?: "*"
            | string[];
            limit?: number;
            template?: string;
            type: "webhook";
            url: string;
        }
        | { type: "log" }
        | { type: "websocket" }

    Represents a Subscription delivery channel.