We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3b1b8 commit 44f7b65Copy full SHA for 44f7b65
1 file changed
model/src/data-model/types.ts
@@ -214,5 +214,5 @@ export type FormDefinition = {
214
jwtKey?: string | undefined;
215
toggle?: boolean | string | undefined;
216
retryTimeoutSeconds?: number | undefined;
217
- webhookHmacSharedKey: string | undefined;
+ webhookHmacSharedKey?: string | undefined;
218
};
0 commit comments