Finish first part of creating the full list of routes
This commit is contained in:
1
astro/src/types/photos/album.d.ts
vendored
1
astro/src/types/photos/album.d.ts
vendored
@@ -22,6 +22,7 @@ type PhotoAlbumCategory = {
|
||||
}
|
||||
|
||||
type PhotoAlbumPhoto = {
|
||||
id: string;
|
||||
photo: PhotoProps;
|
||||
text: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user