Skip to content

dag-core / Exports / IAssetReferenceByAssetId

Interface: IAssetReferenceByAssetId

Asset reference resolved by internal asset ID.

Hierarchy

Table of contents

Properties

Properties

mediaType

Optional mediaType: string

Inherited from

IAssetReferenceBase.mediaType

Defined in

types/domain.ts:24


name

Optional name: string

Inherited from

IAssetReferenceBase.name

Defined in

types/domain.ts:25


sizeBytes

Optional sizeBytes: number

Inherited from

IAssetReferenceBase.sizeBytes

Defined in

types/domain.ts:26


referenceType

referenceType: "asset"

Overrides

IAssetReferenceBase.referenceType

Defined in

types/domain.ts:31


assetId

assetId: string

Defined in

types/domain.ts:32


uri

Optional uri: undefined

Defined in

types/domain.ts:33

Released under the MIT License.