Interface AssetBundleConfiguration

interface AssetBundleConfiguration {
    assets: Record<string, BundledScriptAssetConfiguration>;
}

Properties

Properties

assets: Record<string, BundledScriptAssetConfiguration>