UNPKG

223 BTypeScriptView Raw
1export interface AriesHookBase {
2 data: {
3 totalCount: number;
4 count: number;
5 offSet: number;
6 links: {
7 next: { href: string };
8 last: { href: string };
9 self: { href: string };
10 };
11 };
12}