Finish first part of creating the full list of routes

This commit is contained in:
itsfinniii
2026-03-15 12:04:28 +01:00
parent ff811327bb
commit 4f3cc40041
8 changed files with 128 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ type PhotoAlbumCategory = {
}
type PhotoAlbumPhoto = {
id: string;
photo: PhotoProps;
text: string | null;
}