UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 138 B
export interface Entity<T> { id: number; attributes: T; } export declare function paginatedRequest<T>(url: string): Promise<T[]>;