Interface AssetBundleConfiguration

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

Properties

Properties

assets: Record<string, BundledAssetConfiguration>