Closed ForkKILLET closed 1 year ago
Currently the Schema type is exported by export =, so we can't take advantage of declaration merging to extend the type of Schema instances.
Schema
export =
fixed by 10ea36d351688116e931965366189f41bfccd01c.
Currently the
Schema
type is exported byexport =
, so we can't take advantage of declaration merging to extend the type of Schema instances.