UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 132 B
export interface DssTokenResponse { access_token: string; expires_in: number; token_type: string; error?: string; }