export interface DetachUserRoleInput {
    userId: string;
    roleId: string;
}
export interface DetachUserRoleOutput {
}
