UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

13 lines (12 loc) 322 B
export interface ApplicationPatch { metadata?: { [key: string]: string; }; name?: string; rateLimit?: number | null; uid?: string | null; } export declare const ApplicationPatchSerializer: { _fromJsonObject(object: any): ApplicationPatch; _toJsonObject(self: ApplicationPatch): any; };