mirror of https://github.com/jkjoy/sunpeiwen.git
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
|
import { SchemaObject } from "../types";
|
||
|
declare const jtdMetaSchema: SchemaObject;
|
||
|
export default jtdMetaSchema;
|