UNPKG

n8n-nodes-apitable

Version:
5 lines (4 loc) 370 B
import { ILoadOptionsFunctions, INodePropertyOptions } from "n8n-workflow"; export declare function getSpaces(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getDatasheets(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getViews(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;