@public
interface
BaseSchemaTypeOptions
BaseOptions
applies to all type options.
It can be extended by interface declaration merging in plugins to provide generic options to all types and fields.
Import
import {type BaseSchemaTypeOptions} from 'sanity'
Signature
interface BaseSchemaTypeOptions {
sanityCreate?: SanityCreateOptions
}
Properties
sanityCreate?: SanityCreateOptions
sanityCreate?: SanityCreateOptions