Last active
June 19, 2019 03:50
-
-
Save chnirt/9b0f5b59f1ac0eec1f42fd85fe585ed1 to your computer and use it in GitHub Desktop.
NestJs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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