n8n/packages/nodes-base/nodes/Postgres/PostgresInterface.ts

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

7 lines
122 B
TypeScript
Raw Normal View History

export interface IPostgresTrigger {
triggerName: string;
functionName: string;
channelName: string;
target: string;
}