UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

7 lines (6 loc) 154 B
export interface GetProjectUsageRequestsSchema extends Record<string, unknown> { start?: string; end?: string; limit?: number; status?: string; }