gensx
Version:
`GenSX command line tools.
16 lines • 364 B
TypeScript
import React from "react";
export interface DeployOptions {
project?: string;
envVar?: Record<string, string>;
env?: string;
yes?: boolean;
archive?: string;
verbose?: boolean;
}
interface Props {
file: string;
options: DeployOptions;
}
export declare const DeployUI: React.FC<Props>;
export {};
//# sourceMappingURL=deploy.d.ts.map