UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 251 B
/** * X (Formerly Twitter) - List Resource * Re-exports all operation types for this resource. */ import type { TwitterV2ListAddNode } from './operation_add'; export * from './operation_add'; export type TwitterV2ListNode = TwitterV2ListAddNode;