UNPKG

@o3r/dynamic-content

Version:

This module provides a mechanism to retrieve media and data depending on the host or a server specific url.

12 lines 424 B
import type { RulesEngineAction } from '@o3r/core'; /** ActionUpdateAssetBlock */ export declare const RULES_ENGINE_ASSET_UPDATE_ACTION_TYPE = "UPDATE_ASSET"; /** * Content of action that updates asset */ export interface ActionUpdateAssetBlock extends RulesEngineAction { actionType: typeof RULES_ENGINE_ASSET_UPDATE_ACTION_TYPE; asset: string; value: string; } //# sourceMappingURL=asset.interfaces.d.ts.map