Skip to content

dag-core / Exports / IAssetReferenceByUri

Interface: IAssetReferenceByUri

Asset reference resolved by external URI.

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: "uri"

Overrides

IAssetReferenceBase.referenceType

Defined in

types/domain.ts:38


uri

uri: string

Defined in

types/domain.ts:39


assetId

Optional assetId: undefined

Defined in

types/domain.ts:40

Released under the MIT License.