UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

12 lines (11 loc) 428 B
import { type BackgroundTaskStatus } from "./backgroundTaskStatus"; import { type BackgroundTaskType } from "./backgroundTaskType"; export interface AggregateEventTypesOut { id: string; status: BackgroundTaskStatus; task: BackgroundTaskType; } export declare const AggregateEventTypesOutSerializer: { _fromJsonObject(object: any): AggregateEventTypesOut; _toJsonObject(self: AggregateEventTypesOut): any; };