mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-13 20:14:56 +02:00
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
import { SchemaObject } from "../types";
|
|
declare const jtdMetaSchema: SchemaObject;
|
|
export default jtdMetaSchema;
|