UNPKG

@sanity/codegen

Version:

Codegen toolkit for Sanity.io

13 lines (12 loc) 261 B
export default { bin: 'sanity', commands: './dist/commands', dirname: 'sanity-typegen', plugins: ['@oclif/plugin-help'], topics: { typegen: { description: 'Generate TypeScript types for schema and GROQ', }, }, topicSeparator: ' ', }