一括更新履歴情報

interface BulkUpdateHistory {
    displayLabel: string;
    propertyName: string;
    value: null | string;
}

Properties

displayLabel: string

一括更新項目表示名

propertyName: string

一括更新項目名

value: null | string

一括更新値