import author from './author' import post from './post' import changelogEntry from './changelogEntry' import roadmapItem from './roadmapItem' export const schemaTypes = [author, post, changelogEntry, roadmapItem]