mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 02:49:29 +08:00
4 lines
217 B
Text
4 lines
217 B
Text
import type Ajv from "../../core";
|
|
import { SchemaObjectMap } from "./types";
|
|
import { SchemaEnv } from "..";
|
|
export default function compileParser(this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap): SchemaEnv;
|