UNPKG

ngx-restful

Version:

AngularX module for easy integration with RESTful API.

6 lines (5 loc) 120 B
export declare class GenericResponse { success: boolean; message: string; data: Map<string, string>; }