mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 17:27:14 +02:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import type { NativeDoc } from '../extensions/extensions';
|
|
|
|
export const objectMethods: NativeDoc = {
|
|
typeName: 'Object',
|
|
functions: {},
|
|
};
|