フォーマット値の型定義

interface UserTaskFormattedValue {
    formatValue: string;
    value: number;
}

Properties

Properties

formatValue: string

フォーマット済み値

value: number

値(タイムスタンプ)