UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

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