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