Files

12 lines
429 B
TypeScript

export declare const gitZoneRemotePath = "/services/git-zone/remote";
export declare const GitZoneRemoteServer: unique symbol;
export interface IGitZoneRemoteEnvironment {
workspacePath: string;
processId: number;
theiaPort?: number;
serverVersion?: string;
}
export interface IGitZoneRemoteServer {
getEnvironment(): Promise<IGitZoneRemoteEnvironment>;
}
//# sourceMappingURL=gitzone-remote-protocol.d.ts.map