Add collelction permission.

This commit is contained in:
2025-08-01 17:09:36 +08:00
parent 25720f5e49
commit d35473c905
11 changed files with 190 additions and 68 deletions

View File

@@ -199,4 +199,5 @@ export interface Collection {
user: User;
resources_count: number;
images: Image[];
isPublic: boolean;
}