Type alias Config

Config: {
    baseURL: string;
    http?: IHttpService;
    preload?: boolean;
    project: string;
}

Type declaration

  • baseURL: string
  • Optional http?: IHttpService
  • Optional preload?: boolean
  • project: string

Generated using TypeDoc