UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

6 lines (5 loc) 145 B
export interface CreateOnPremCredentialsSchema extends Record<string, unknown> { comment?: string; scopes?: string[]; provider?: string; }