1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-21 02:56:40 -08:00
n8n/packages/nodes-base/nodes/Cockpit/FormInterface.ts
2020-04-04 16:04:25 +02:00

4 lines
42 B
TypeScript

export interface IForm {
form: object;
}