import { SystemRoles, UserInterface } from "../UserTypes"; export interface UpdateUserSystemRole extends UserInterface { systemRole: SystemRoles; }