import { StringField } from '../../../decorators'; export class CreateSectorDto { @StringField() name!: string; }