UNPKG

ngx-core-business

Version:

A comprehensive solution designed to streamline the development of enterprise-level Angular applications.

5 lines (4 loc) 76 B
export interface CollectionResponse<T> { data: T; total?: number; }