code refactor

This commit is contained in:
MaysWind
2025-01-14 00:14:07 +08:00
parent 593e123610
commit f4ea9a85f0
11 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ export enum CurrencyDisplayLocation {
}
export interface CurrencyPrependAndAppendText {
prependText?: string;
appendText?: string;
readonly prependText?: string;
readonly appendText?: string;
}
export class CurrencyDisplayType implements TypeAndName {