UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

11 lines 336 B
import type { INodeType, INodeTypeDescription } from 'n8n-workflow'; import { getUsers } from './UserFunctions'; export declare class Okta implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getUsers: typeof getUsers; }; }; } //# sourceMappingURL=Okta.node.d.ts.map