UNPKG

@availity/hooks

Version:

A group of pre-built hooks that are common in most apps

13 lines (12 loc) 223 B
export interface AriesHookBase { data: { totalCount: number; count: number; offSet: number; links: { next: { href: string }; last: { href: string }; self: { href: string }; }; }; }