UNPKG

@smash-sdk/iam

Version:
7 lines (6 loc) 123 B
export interface DetachUserRoleInput { userId: string; roleId: string; } export interface DetachUserRoleOutput { }