Skip to content

Commit a9b62df

Browse files
authored
feat: add editor hint support (#386)
1 parent f4629e3 commit a9b62df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/modules/model/types/ModelContent.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export interface LocaleDetails {
3535

3636
export interface BaseEditorHint {
3737
readOnly?: boolean;
38-
type: EditorHintEnum;
38+
isModal?: boolean;
39+
type: EditorHintEnum | string;
3940
}
4041

4142
export enum EditorHintEnum {

0 commit comments

Comments
 (0)