V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { Refs } from "../Refs.js";
|
||||
export type JsonSchema7NullType = {
|
||||
type: 'null';
|
||||
};
|
||||
export declare function parseNullDef(refs: Refs): JsonSchema7NullType;
|
||||
//# sourceMappingURL=null.d.ts.map
|
||||
Reference in New Issue
Block a user