mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-05 02:27:19 +08:00
3 lines
114 B
Text
3 lines
114 B
Text
import { SchemaObject } from "../types";
|
|
declare const jtdMetaSchema: SchemaObject;
|
|
export default jtdMetaSchema;
|