フォーマットされた値を表す型

interface FormatValue {
    formatValue: string;
    value: string;
}

Properties

Properties

formatValue: string

フォーマット値

value: string