genezio
Version:
Command line utility to interact with Genezio infrastructure.
16 lines (15 loc) • 412 B
TypeScript
/**
* This is an auto generated code. This code should not be modified since the file can be overwritten
* if new genezio commands are executed.
*/
/**
* The class through which all request to the Genezio backend will be passed.
*
*/
export declare class Remote {
url: any;
agent: any;
constructor(url: any);
deserialize(s: any): any;
call(method: any, ...args: any[]): Promise<any>;
}