UNPKG

@smash-sdk/iam

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