UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

9 lines 195 B
export interface GetProjectInvitesResponse { invites: Invite[]; } interface Invite { email: string; scope: string; } export {}; //# sourceMappingURL=GetProjectInvitesResponse.d.ts.map