UNPKG

@smash-sdk/iam

Version:
7 lines (6 loc) 123 B
export interface InviteTeamUserInput { teamId: string; userId: string; } export interface InviteTeamUserOutput { }