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