Skip to content

Commit

Permalink
feat: add editor hint support
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoViry1 authored and sebtiz13 committed Dec 5, 2024
1 parent f4629e3 commit 388ea12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/modules/model/types/ModelContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export interface LocaleDetails {

export interface BaseEditorHint {
readOnly?: boolean;
type: EditorHintEnum;
isModal?: boolean;
type: EditorHintEnum | string;
}

export enum EditorHintEnum {
Expand Down

0 comments on commit 388ea12

Please sign in to comment.