Type Alias DataAsset

The data integration data asset where the node belongs to

type DataAsset = {
    id?: string;
    label?: string;
    subtype?: string;
    type?: string;
}
Index

Properties

id?: string

The id (QRI) of the data asset

label?: string

The lable of the data asset

subtype?: string

The subtype of the data asset

type?: string

The type of the data asset