armisa-models
Version:
models of armisa!
14 lines (13 loc) • 592 B
TypeScript
import { Paths } from "amisa-paths";
import { MainStateManager } from "../MainStateManager";
type IPathManagerConfig = (c: Paths) => void;
type HttpType = 'http' | 'https';
export declare const testUrlAddress = "80.210.62.172";
export declare const testPortAddress = "3303";
export declare class AmisaManager {
#private;
private static readonly token;
static get setting(): MainStateManager;
static ConfigureServices(baseUrlHttpType: HttpType, baseUrl: string, baseUrlPort: number, projectKey: string, c: IPathManagerConfig): void;
}
export default AmisaManager;