export interface AttachUserRoleInput {
    userId: string;
    roleId: string;
}
export interface AttachUserRoleOutput {
}
