Skip to content

dag-core / Exports / IAssetReferenceBase

Interface: IAssetReferenceBase

Common fields shared by all asset reference variants.

Hierarchy

Table of contents

Properties

Properties

referenceType

referenceType: TAssetReferenceType

Defined in

types/domain.ts:23


mediaType

Optional mediaType: string

Defined in

types/domain.ts:24


name

Optional name: string

Defined in

types/domain.ts:25


sizeBytes

Optional sizeBytes: number

Defined in

types/domain.ts:26

Released under the MIT License.