export type HestiaContentChunkData = { portal_id: number | null; title: string; agency_id: number; content_type: string; location_id: number | null; loc: any; branch_id: number | null; site_content_chunk_id: number; url: string; url_target: string; unpublish_at: string | null; name: string; image: string | null; content: string; position?: number; }; export type HestiaContentChunksResult = { site_content_chunks: { elements: HestiaContentChunkData[]; }; }; //# sourceMappingURL=content-chunk.types.d.ts.map