fix some numerals were not displayed according to the numerical system
This commit is contained in:
@@ -8,6 +8,11 @@ export interface NameValue {
|
||||
readonly value: string;
|
||||
}
|
||||
|
||||
export interface NameNumeralValue {
|
||||
readonly name: string;
|
||||
readonly value: number;
|
||||
}
|
||||
|
||||
export interface TypeAndName {
|
||||
readonly type: number;
|
||||
readonly name: string;
|
||||
|
||||
Reference in New Issue
Block a user