import { postType } from './postType'; import { homePageType } from './homePageType'; export const schemaTypes = [postType, homePageType];