export interface WebflowPost { id: string; cmsLocaleId: string; lastPublished: string; lastUpdated: string; createdOn: string; isArchived: boolean; isDraft: boolean; fieldData: { 'preview-mode': boolean; 'display-date': string; 'hide-display-date': boolean; name: string; 'post-body': string; 'post-summary': string; categories: string[]; 'related-products-services': string[]; slug: string; 'main-image': { fileId: string; url: string; alt: string | null; }; }; } //# sourceMappingURL=webflow.types.d.ts.map