This website works better with JavaScript
Home
Explore
Help
Sign In
hostbbq
/
hostbbq-monitoring
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
33a4af13b9
Branches
Tags
hotfix/daemon-ts-deps
master
hostbbq-moni...
/
common
/
types
/
query-response.d.ts
query-response.d.ts
68 B
History
Raw
1
2
3
4
5
type QueryResponse<T> = {
start: Date;
end: Date;
data: T;
};