Skip to content

Instantly share code, notes, and snippets.

@chnirt
Last active June 19, 2019 03:50
Show Gist options
  • Save chnirt/9b0f5b59f1ac0eec1f42fd85fe585ed1 to your computer and use it in GitHub Desktop.
Save chnirt/9b0f5b59f1ac0eec1f42fd85fe585ed1 to your computer and use it in GitHub Desktop.
NestJs
export class UserInput {
username: string;
password: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment