import type Image from "../component/image"; export default interface Homepage { id: number; documentId: string; createdAt: string; updatedAt: string; publishedAt: string; locale: string; backdrop: Image; content: Array; }