UNPKG

microcms_sdk_generator

Version:
6 lines (5 loc) 199 B
import type { ApiSchema } from "../schemaParser.js"; export declare function printInputSchema({ endpointName, apiSchema, }: { endpointName: string; apiSchema: ApiSchema; }): Promise<string>;