0.0.4 • Published 3 years ago

@fmorais/ihttp-response v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Sample library interface only

Encapsulate Angular/TS Interface within the library for team sharing interface of HttpResponse with a specific pattern and generics.

interface IHttpResponse<T>{
  status: string;
  messages: string[];
  data?: T;
  statusCode: number;
}
0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago