interface BaseAsset {
    asset: Asset;
    assetId: string;
    md5: string;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

asset: Asset
assetId: string

The md5 of this asset.

md5: string

The md5 + file extension of this asset.

name: string