UNPKG

@sanity/cli

Version:

Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets

7 lines (5 loc) 199 B
import blockContent from './blockContent' import category from './category' import post from './post' import author from './author' export const schemaTypes = [post, author, category, blockContent]