UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

17 lines (13 loc) 400 B
import {SchemaValidationProblem} from '@sanity/types' import {SchemaValidationProblemGroup} from '@sanity/types' /** @internal */ export declare interface ValidateSchemaWorkerData { workDir: string workspace?: string level?: SchemaValidationProblem['severity'] } /** @internal */ export declare interface ValidateSchemaWorkerResult { validation: SchemaValidationProblemGroup[] } export {}