Update dependencies

This commit is contained in:
2021-10-07 16:51:44 +02:00
parent 2c4dec5efd
commit f51c9c67ee
16 changed files with 1951 additions and 1041 deletions

View File

@@ -11,7 +11,10 @@ export interface RecordAttributes {
}
export interface ProjectAttributes extends RecordAttributes {
image: string
image: {
source: string
image_description: string
}
}
export interface PortfolioAttributes {