1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
n8n/packages/nodes-base/nodes/Cockpit/FormInterface.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
42 B
TypeScript
Raw Normal View History

2020-04-04 07:04:25 -07:00
export interface IForm {
form: object;
}