UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

10 lines (9 loc) 296 B
export interface StreamPortalAccessIn { expiry?: number | null; featureFlags?: string[]; sessionId?: string | null; } export declare const StreamPortalAccessInSerializer: { _fromJsonObject(object: any): StreamPortalAccessIn; _toJsonObject(self: StreamPortalAccessIn): any; };