import { ApiProperty } from '@nestjs/swagger'; export class AcceptTermsDto { @ApiProperty() studentId: number; }