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