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