@feflow/cli
Version:
A front-end flow tool.
19 lines • 609 B
TypeScript
export declare class Install {
static from(obj: any): Install;
static query(pkg: string, iversion: string): {
pkg: string;
installVersion: string;
};
pkg: string;
installVersion: string;
checkoutVersion: string;
attributes: InstallAttribute;
constructor(pkg: string, iVersion: string, cVersion: string, attributes: InstallAttribute);
}
export declare class InstallAttribute {
static from(obj: any): InstallAttribute;
upgradeTime: number | undefined;
createTime: number | undefined;
constructor(obj?: any);
}
//# sourceMappingURL=install.d.ts.map