import { Role } from "../../../enums"; export default class UserRoleBatchDeleteByEmailRequest { userEmails: string[]; role: Role; }