This commit is contained in:
syuilo 2019-02-21 01:30:21 +09:00
parent 7174a55846
commit 3409a51cca
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
10 changed files with 253 additions and 29 deletions

View file

@ -55,6 +55,8 @@ type IUserBase = {
emojis?: string[];
tags?: string[];
isDeleted: boolean;
/**
*
*/