mwg API
    Preparing search index...

    Interface AssetBundle

    interface AssetBundle {
        estimatedBytes?: number;
        id: string;
        paths: readonly string[];
        priority?: number;
    }
    Index
    estimatedBytes?: number

    caller-supplied estimate, used only for eviction accounting

    id: string
    paths: readonly string[]
    priority?: number