UNPKG

@ixily/activ

Version:

Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.

13 lines (12 loc) 212 B
export interface IPaging<T> { data: Array<T>; paging: { page: number; limit: number; }; total?: number; errors?: Array<{ id: number; message: string; }>; }