Skip to content

Commit

Permalink
feat: add editor hint support (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoViry1 authored Dec 5, 2024
1 parent f4629e3 commit a9b62df
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 a9b62df

Please sign in to comment.