UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 250 B
/** * Matrix - Media Resource * Re-exports all operation types for this resource. */ import type { MatrixV1MediaUploadNode } from './operation_upload'; export * from './operation_upload'; export type MatrixV1MediaNode = MatrixV1MediaUploadNode;