Interface AssetVersion

interface AssetVersion {
    asset: Asset;
    id: string;
    name: string;
}

Properties

Properties

asset: Asset
id: string
name: string