Sanity Library Reference Docs
    Preparing search index...

    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.

    interface BaseSchemaTypeOptions {
        canvasApp?: CanvasAppOptions;
        sanityCreate?: SanityCreateOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canvasApp?: CanvasAppOptions
    sanityCreate?: SanityCreateOptions