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
/
utils
/
layerProperties
/
shapeProperties.d.ts
10 lines
(9 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
ShapePropertyOption
{
name
:
string
;
value
:
string
;
description
:
string
;
restrictedTo
:
string
[];
fieldType
?:
'string'
|
'color'
;
placeholder
?:
string
; }
export
declare
const
shapeProperties
:
ShapePropertyOption
[];