UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

5 lines (4 loc) 86 B
export interface GrantTokenResponse { access_token: string; expires_in: number; }