UNPKG

@smash-sdk/iam

Version:
8 lines (7 loc) 154 B
export interface AttachTeamGroupUserInput { teamId: string; groupId: string; userId: string; } export interface AttachTeamGroupUserOutput { }