UNPKG

@smash-sdk/iam

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