import type { CF_PostEntrySkeleton } from "src/@types/Contentful_Post"; import type { CF_NavigationSkeleton } from "src/@types/Contentful_Navigation"; import type { CF_PageSkeleton } from "src/@types/Contentful_Page"; import type { CF_PageConfigSkeleton } from "src/@types/Contentful_PageConfig"; export type CF_SkeletonTypes = CF_PostEntrySkeleton | CF_NavigationSkeleton | CF_PageSkeleton | CF_PageConfigSkeleton;