You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaceISpace{author: IUser;// rename to owner?contributors: IUser[]=[@author];tags: ITag[]=[];lastModified: Dateasstringprivate: boolean=false;limited: boolean=false;}
Tag
interfaceITag{author: IUser// rename to owner?content: string// possible to convert to string[] for pagniation?lastModified: Dateasstringuses: number=0;favorites: IUser[]=[];// ??}