feat(SW-302): switch out mock data for facility cards
This commit is contained in:
8
types/components/image.ts
Normal file
8
types/components/image.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type ApiImage = {
|
||||
url: string
|
||||
title: string
|
||||
meta: {
|
||||
alt: string
|
||||
caption: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user