UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

8 lines (7 loc) 770 B
import { ILoadOptionsFunctions, INodePropertyOptions, INodeListSearchResult } from 'n8n-workflow'; export declare function getTemplates(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise<INodeListSearchResult>; export declare function getTemplateLayers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getTextLayers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getPictureLayers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getPdfPageTextLayers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getPdfPagePictureLayers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;