UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 222 B
import type { User } from '@n8n/db'; export declare function assertRowReadAccessIfReturningRows(user: User, dataTableId: string, { dryRun, returnData }: { dryRun?: boolean; returnData?: boolean; }): Promise<void>;