We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99f6ad commit 42fe3c8Copy full SHA for 42fe3c8
1 file changed
src/node.ts
@@ -7,6 +7,7 @@ export enum NodeType {
7
HttpServer = 'http_server',
8
HttpOperation = 'http_operation',
9
HttpCallback = 'http_callback',
10
+ HttpWebhook = 'http_webhook',
11
Model = 'model',
12
Generic = 'generic',
13
Unknown = 'unknown',
0 commit comments