forked from engineering/cloudservices
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 {
|
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,
|
||||||
|
|
Loading…
Reference in New Issue