@documment/mmp.ui.data
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.
14 lines (13 loc) • 366 B
TypeScript
export interface IApiConfig {
rootUrl: string;
clientId: string;
clientSecret: string;
grantType: string;
}
export declare class ApiConfig implements IApiConfig {
rootUrl: string;
clientId: string;
clientSecret: string;
grantType: string;
constructor(rootUrl: string, clientId: string, clientSecret: string, grantType: string);
}