UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

12 lines (11 loc) 426 B
import { type EndpointMessageOut } from "./endpointMessageOut"; export interface ListResponseEndpointMessageOut { data: EndpointMessageOut[]; done: boolean; iterator: string | null; prevIterator?: string | null; } export declare const ListResponseEndpointMessageOutSerializer: { _fromJsonObject(object: any): ListResponseEndpointMessageOut; _toJsonObject(self: ListResponseEndpointMessageOut): any; };