Commit 8edcd17b authored by nanahira's avatar nanahira

fix type

parent 3bb635b0
import Schema from 'schemastery';
export type ClassType<T> = { new <T>(...args: any[]): T };
export type ClassType<T> = { new (...args: any[]): T };
export type SchemaType =
| 'string'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment