UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

9 lines (7 loc) 124 B
export interface GetProjectInvitesResponse { invites: Invite[]; } interface Invite { email: string; scope: string; }