Skip to content

Commit a633ce6

Browse files
committed
feat: update unique property type to support string keys for uniqueness scope
1 parent 697ee09 commit a633ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/src/models/event.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {RuntimeEventClass} from "./runtime_event.model";
55

66
export interface EventSettingProps {
77
identifier: string,
8-
unique?: FlowTypeSetting_UniquenessScope,
8+
unique?: FlowTypeSetting_UniquenessScope | keyof typeof FlowTypeSetting_UniquenessScope,
99
linkedDataTypeIdentifiers?: string[],
1010
defaultValue?: PlainValue,
1111
name?: Translation[],

0 commit comments

Comments
 (0)