UNPKG

@documment/mmp.ui.data

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

12 lines (11 loc) 236 B
export interface IApiState { isBusy: boolean; method: string; route: string; } export declare class ApiState implements IApiState { isBusy: boolean; method: string; route: string; constructor(params: any); }