Skip to content

Commit 44f7b65

Browse files
authored
Update types.ts
made webhookHmacSharedKey optional
1 parent 2e3b1b8 commit 44f7b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/src/data-model/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,5 @@ export type FormDefinition = {
214214
jwtKey?: string | undefined;
215215
toggle?: boolean | string | undefined;
216216
retryTimeoutSeconds?: number | undefined;
217-
webhookHmacSharedKey: string | undefined;
217+
webhookHmacSharedKey?: string | undefined;
218218
};

0 commit comments

Comments
 (0)