Loom Engine - v3.1.1
    Preparing search index...

    Interface AssetEntry

    interface AssetEntry {
        id: string;
        type: string;
        url: string;
        deps?: string[];
        data?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    id: string
    type: string
    url: string
    deps?: string[]
    data?: Record<string, unknown>