This commit is contained in:
syuilo 2018-12-03 20:08:18 +09:00
parent 1c86a4bc26
commit 45bee7cc2f
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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[];
/**