chore: fix lint errors (#8981)
This commit is contained in:
@@ -16,7 +16,7 @@ export type TextValue = ExprBase & {
|
||||
value: string;
|
||||
};
|
||||
|
||||
export type MultiLineTextValue = ExprBase & {
|
||||
export type MultiLineTextValue = ExprBase & {
|
||||
type: 'multiLineText';
|
||||
value: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user