1
0
Fork 0

comma in homepath type in AccountInterface

refactor/models
Matthew 2019-12-27 14:08:04 -05:00
parent f6779f90ce
commit 13faf9b4f9
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { Document, Schema, model } from 'mongoose';
export interface AccountInterface extends Document { export interface AccountInterface extends Document {
username: string, username: string,
userID: string, userID: string,
homepath: string homepath: string,
emailAddress: string, emailAddress: string,
createdBy: string, createdBy: string,
createdAt: Date, createdAt: Date,