UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 270 B
export interface PollingEndpointConsumerSeekOut { iterator: string; } export declare const PollingEndpointConsumerSeekOutSerializer: { _fromJsonObject(object: any): PollingEndpointConsumerSeekOut; _toJsonObject(self: PollingEndpointConsumerSeekOut): any; };