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 c7dd6ac commit a207a36Copy full SHA for a207a36
src/models/integration-defined-options.model.ts
@@ -1,6 +1,6 @@
1
export type IntegrationDefinedOptions = {
2
label: string;
3
- type: string;
+ type?: string;
4
options?: {
5
6
key: string;
0 commit comments