Skip to content

Instantly share code, notes, and snippets.

@Texlo-Dev
Created December 9, 2018 13:02
Show Gist options
  • Save Texlo-Dev/1b60661aeede68b3ae4fa15e1cc5278a to your computer and use it in GitHub Desktop.
Save Texlo-Dev/1b60661aeede68b3ae4fa15e1cc5278a to your computer and use it in GitHub Desktop.
Test DTO
import { IsString } from "class-validator";
export class TestDTO {
@IsString() public readonly string: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment