UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

9 lines (8 loc) 216 B
export interface ApiTokenIn { name: string; scopes?: string[] | null; } export declare const ApiTokenInSerializer: { _fromJsonObject(object: any): ApiTokenIn; _toJsonObject(self: ApiTokenIn): any; };