0.0.4 • Published 2 years ago

@fmorais/ihttp-response v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago