This commit is contained in:
syuilo
2018-12-03 20:08:18 +09:00
parent 1c86a4bc26
commit 45bee7cc2f
5 changed files with 25 additions and 0 deletions

View File

@ -44,6 +44,7 @@ type IUserBase = {
wallpaperUrl?: string;
data: any;
description: string;
lang?: string;
pinnedNoteIds: mongo.ObjectID[];
/**