UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

10 lines 257 B
export interface CreateProjectKeyResponse { api_key_id: string; key: string; comment?: string; scopes: string[]; tags?: string[]; created: string; expiration_date?: string; } //# sourceMappingURL=CreateProjectKeyResponse.d.ts.map