UNPKG

@smash-sdk/iam

Version:
7 lines (6 loc) 123 B
export interface DetachTeamRoleInput { teamId: string; roleId: string; } export interface DetachTeamRoleOutput { }