UNPKG

@smash-sdk/iam

Version:
8 lines (7 loc) 151 B
export interface DetachTeamUserRoleInput { teamId: string; userId: string; roleId: string; } export interface DetachTeamUserRoleOutput { }