summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/hpml/expr.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-13 21:59:47 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-13 21:59:47 +0900
commitbce48dfee933d9feb3be381ad22ea765dd6a3aab (patch)
treeb21a3a765040469885d286487245aeaed373bba6 /packages/client/src/scripts/hpml/expr.ts
parentMerge branch 'develop' (diff)
parent12.113.0 (diff)
downloadmisskey-bce48dfee933d9feb3be381ad22ea765dd6a3aab.tar.gz
misskey-bce48dfee933d9feb3be381ad22ea765dd6a3aab.tar.bz2
misskey-bce48dfee933d9feb3be381ad22ea765dd6a3aab.zip
Merge branch 'develop'
Diffstat (limited to 'packages/client/src/scripts/hpml/expr.ts')
-rw-r--r--packages/client/src/scripts/hpml/expr.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/scripts/hpml/expr.ts b/packages/client/src/scripts/hpml/expr.ts
index 00e3ed118b..18c7c2a14b 100644
--- a/packages/client/src/scripts/hpml/expr.ts
+++ b/packages/client/src/scripts/hpml/expr.ts
@@ -16,7 +16,7 @@ export type TextValue = ExprBase & {
value: string;
};
-export type MultiLineTextValue = ExprBase & {
+export type MultiLineTextValue = ExprBase & {
type: 'multiLineText';
value: string;
};