add sqlite compatibility + fix whitespace bug collections
This commit is contained in:
@@ -36,6 +36,7 @@ export interface CollectionIncludingMembersAndLinkCount
|
||||
export interface AccountSettings extends User {
|
||||
profilePic: string;
|
||||
newPassword?: string;
|
||||
whitelistedUsers: string[]
|
||||
}
|
||||
|
||||
interface LinksIncludingTags extends Link {
|
||||
|
||||
Reference in New Issue
Block a user