UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 276 B
/** * Linear - Comment Resource * Re-exports all operation types for this resource. */ import type { LinearV1CommentAddCommentNode } from './operation_add_comment'; export * from './operation_add_comment'; export type LinearV1CommentNode = LinearV1CommentAddCommentNode;