minor fix

This commit is contained in:
daniel31x13
2024-03-01 09:33:58 -05:00
parent ba4860a910
commit a451e9fa2e
2 changed files with 54 additions and 47 deletions
+1
View File
@@ -33,6 +33,7 @@ export interface CollectionIncludingMembersAndLinkCount
id?: number;
ownerId?: number;
createdAt?: string;
updatedAt?: string;
_count?: { links: number };
members: Member[];
}