botbook/node_modules/json-schema-library/dist/lib/compile/getRef.d.ts

4 lines
174 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
import { JsonSchema } from "../types";
import { Context } from "./types";
export default function getRef(context: Context, rootSchema: JsonSchema, $ref: string): JsonSchema;