Add OG thumbnail to Photo Category Index

This commit is contained in:
itsfinniii
2026-04-03 22:16:17 +02:00
parent 0b45967d30
commit aa93600c79
3 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
type PhotoCategoryIndex = {
type: "PhotoCategoryIndex";
exists: boolean;
category: PhotoAlbumCategory;
}