Skip to content

Instantly share code, notes, and snippets.

@nmchenry01
Created August 24, 2020 11:27
Show Gist options
  • Select an option

  • Save nmchenry01/2ffcb682066c89b6170782e32f8716f9 to your computer and use it in GitHub Desktop.

Select an option

Save nmchenry01/2ffcb682066c89b6170782e32f8716f9 to your computer and use it in GitHub Desktop.
Task DTO "NestJS with Swagger"
export class Task {
id: string;
title: string;
description: string;
dateTimeCreated: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment