UNPKG

@7nohe/openapi-react-query-codegen

Version:
6 lines (5 loc) 243 B
import type { GeneratedFile, GenerationContext, OperationInfo } from "../types.mjs"; /** * Generate all files using ts-morph. */ export declare function generateAllFiles(operations: OperationInfo[], ctx: GenerationContext): GeneratedFile[];