Files
kitafreunde-regenbogen/sanity/schemas/index.ts

7 lines
213 B
TypeScript

import post from "./post";
import project from "./project";
import teamMember from "./teamMember";
import siteSettings from "./siteSettings";
export const schemaTypes = [post, project, teamMember, siteSettings];