chore: fix lint errors (#8981)
This commit is contained in:
parent
bbe4824955
commit
9107de63b4
8 changed files with 12 additions and 12 deletions
|
|
@ -16,7 +16,7 @@ export type TextValue = ExprBase & {
|
|||
value: string;
|
||||
};
|
||||
|
||||
export type MultiLineTextValue = ExprBase & {
|
||||
export type MultiLineTextValue = ExprBase & {
|
||||
type: 'multiLineText';
|
||||
value: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue