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;
}