@sanity-codegen/cli
Version:
CLI for sanity-codegen
13 lines • 445 B
TypeScript
/// <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