mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-31 09:07:25 +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: {},
|
|
};
|