UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 242 B
/** * Matrix - Account Resource * Re-exports all operation types for this resource. */ import type { MatrixV1AccountMeNode } from './operation_me'; export * from './operation_me'; export type MatrixV1AccountNode = MatrixV1AccountMeNode;