UNPKG
n8n-nodes-placid
Version:
beta (0.0.1-beta.1)
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1-beta.1
n8n node to interact with Placid API for creative generation
github.com/n8n-nodes-placid
n8n-nodes-placid
/
dist
/
nodes
/
Placid
/
actions
/
template
/
create.operation.d.ts
3 lines
(2 loc)
•
172 B
TypeScript
View Raw
1
2
3
import
{
IExecuteFunctions
,
INodeExecutionData
}
from
'n8n-workflow'
;
export
declare
function
execute
(
this
: IExecuteFunctions, index: number
):
Promise
<
INodeExecutionData
>;