Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
9096bf49ed
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/app/src/interfaces/user.ts

+ 2 - 0
packages/app/src/interfaces/user.ts

@@ -1,5 +1,6 @@
 import { Ref } from './common';
 import { HasObjectId } from './has-object-id';
+import { Lang } from './lang';
 
 export type IUser = {
   name: string;
@@ -8,6 +9,7 @@ export type IUser = {
   password: string;
   imageUrlCached: string;
   admin: boolean;
+  lang: Lang;
 }
 
 export type IUserGroupRelation = {