3 lines
174 B
TypeScript
3 lines
174 B
TypeScript
import { JsonSchema } from "../types";
|
|
import { Context } from "./types";
|
|
export default function getRef(context: Context, rootSchema: JsonSchema, $ref: string): JsonSchema;
|