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
subtype?: string
type?: string