code refactoring + many security/bug fixes
This commit is contained in:
@@ -40,6 +40,9 @@ export interface CollectionIncludingMembersAndLinkCount
|
||||
export interface AccountSettings extends User {
|
||||
newPassword?: string;
|
||||
whitelistedUsers: string[];
|
||||
subscription?: {
|
||||
active?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
interface LinksIncludingTags extends Link {
|
||||
|
||||
Reference in New Issue
Block a user