Files
web/types/components/image.ts
Matilda Landström 22f3656b92 refactor(SW-296)
2024-10-08 08:53:41 +02:00

10 lines
120 B
TypeScript

export type ApiImage = {
id: string
url: string
title: string
meta: {
alt: string
caption: string
}
}