refactored public page endpoints

This commit is contained in:
daniel31x13
2023-11-15 13:12:06 -05:00
parent 09ee81bf11
commit 59815f47d8
18 changed files with 262 additions and 128 deletions
+4
View File
@@ -37,6 +37,10 @@ export interface CollectionIncludingMembersAndLinkCount
members: Member[];
}
export interface TagIncludingLinkCount extends Tag {
_count?: { links: number };
}
export interface AccountSettings extends User {
newPassword?: string;
whitelistedUsers: string[];