first commit
This commit is contained in:
14
json-class-interface/dist/typing.d.ts
vendored
Normal file
14
json-class-interface/dist/typing.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/// <reference types="node" />
|
||||
import { PathLike } from "fs";
|
||||
export declare type JosnType = {
|
||||
[key: string]: any;
|
||||
};
|
||||
export declare type Config = {
|
||||
saveTypeFilePath: PathLike;
|
||||
};
|
||||
export interface ToClassOptions {
|
||||
nullAlias?: string;
|
||||
needProperty?: boolean;
|
||||
needPropertyValue?: boolean;
|
||||
interfaceModel?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user