Skip to content

Commit 4c60e0c

Browse files
committed
Update typescript
1 parent 439cc0c commit 4c60e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmetadata-ui/src/main/resources/ui/src/generated/type/patternRecognizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface PatternRecognizer {
1717
/**
1818
* List of context words that can help boost confidence score
1919
*/
20-
context: string[];
20+
context?: string[];
2121
/**
2222
* List of patterns
2323
*/

0 commit comments

Comments
 (0)