mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
239 B
TypeScript
5 lines
239 B
TypeScript
|
import type { SchemaObjCxt } from "..";
|
||
|
import type { JSONType } from "../rules";
|
||
|
import { Name } from "../codegen";
|
||
|
export declare function schemaKeywords(it: SchemaObjCxt, types: JSONType[], typeErrors: boolean, errsCount?: Name): void;
|