UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

6 lines (5 loc) 295 B
import { HttpResponse } from '@angular/common/http'; import { KoalaResponseInterface } from "../helpers/error/koala.errors.helper"; export declare class KoalaResponseFactory { static generateResponse(response: HttpResponse<any>, urlRequest?: string): Promise<KoalaResponseInterface>; }