Interface DataLocationListItem

interface DataLocationListItem {
    key: string;
    name: string;
    type: DataLocationType;
    isHidden?: boolean;
}

Properties

Properties

key: string
name: string
isHidden?: boolean