UNPKG

@smash-sdk/iam

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