TypeAlias.UntpScore
type UntpScore = {
code: string;
definition?: string;
rank?: number;
type: ["Score"];
};
Type Declaration
| Name | Type |
|---|---|
code | string |
definition? | string |
rank? | number |
type | ["Score"] |
type UntpScore = {
code: string;
definition?: string;
rank?: number;
type: ["Score"];
};
| Name | Type |
|---|---|
code | string |
definition? | string |
rank? | number |
type | ["Score"] |