UNPKG

@sanity-codegen/cli

Version:
13 lines 445 B
/// <reference types="@sanity-codegen/types/common" /> import { SanityCodegenConfig } from './types'; interface GetSchemaPathOptions { config: SanityCodegenConfig | null; args: { schemaPath?: string; }; root: string; logger: Sanity.Codegen.Logger; } export declare function getSchemaPath({ config, args, root, logger, }: GetSchemaPathOptions): Promise<string>; export {}; //# sourceMappingURL=get-schema-path.d.ts.map