Skip to content

Commit a207a36

Browse files
committed
♻️ set metadata type element's type optional
1 parent c7dd6ac commit a207a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/integration-defined-options.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export type IntegrationDefinedOptions = {
22
label: string;
3-
type: string;
3+
type?: string;
44
options?: {
55
label: string;
66
key: string;

0 commit comments

Comments
 (0)