UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

10 lines (9 loc) 189 B
export interface CreateProjectKeyResponse { api_key_id: string; key: string; comment?: string; scopes: string[]; tags?: string[]; created: string; expiration_date?: string; }