@alexop/openapi-zod-client
Version:
[](https://openapi-zod-client.vercel.app/)
6 lines (5 loc) • 317 B
TypeScript
import type { ReferenceObject, SchemaObject } from "openapi3-ts";
export declare const getOpenApiDependencyGraph: (schemaRef: string[], getSchemaByRef: (ref: string) => SchemaObject | ReferenceObject) => {
refsDependencyGraph: Record<string, Set<string>>;
deepDependencyGraph: Record<string, Set<string>>;
};