Files
battl-sanity/schemaTypes/index.ts
T
2026-03-12 07:10:17 -04:00

5 lines
99 B
TypeScript

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