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