comma in homepath type in AccountInterface
parent
f6779f90ce
commit
13faf9b4f9
|
@ -3,7 +3,7 @@ import { Document, Schema, model } from 'mongoose';
|
|||
export interface AccountInterface extends Document {
|
||||
username: string,
|
||||
userID: string,
|
||||
homepath: string
|
||||
homepath: string,
|
||||
emailAddress: string,
|
||||
createdBy: string,
|
||||
createdAt: Date,
|
||||
|
|
Loading…
Reference in New Issue