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
14 lines (11 loc) • 426 B
TypeScript
import {CliCommandDefinition} from '@sanity/cli'
import {CliCommandGroupDefinition} from '@sanity/cli'
/**
* @deprecated Not actually deprecated, but these are internals and should not be relied upon outside of the Sanity team
* @internal
*/
export declare const cliProjectCommands: {
requiredCliVersionRange: string
commands: (CliCommandGroupDefinition | CliCommandDefinition<Record<string, unknown>>)[]
}
export {}