import { IsString } from 'class-validator'; export class PrestamoDto { @IsString() passcode: string; @IsString() id_locker: string; }