interface DataViewItem {
    [key: string]: string | null;
}

Indexable

[key: string]: string | null