This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
matcher
mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
Watch
1
Star
0
Fork
You've already forked matcher
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce48890a66
matcher
/
old
/
modules
/
database
/
interfaces
/
collection.interface.ts
5 lines
66 B
TypeScript
Raw
Blame
History
export
interface
ICollection
<
T
>
{
data
:
T
[
]
;
total
:
number
;
}
Reference in New Issue
View Git Blame
Copy Permalink