@turbowarp/types
    Preparing search index...

    Interface BaseAsset

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    asset: Asset
    assetId: string

    The md5 of this asset.

    md5?: string

    The md5 + file extension of this asset. May be missing.

    name: string