import { ISession } from "@zowe/imperative"; export interface INVSession extends ISession { hostname: string; port: number; tokenType: string; }