@o3r/dynamic-content
Version:
This module provides a mechanism to retrieve media and data depending on the host or a server specific url.
9 lines • 384 B
TypeScript
import type { Serializer } from '@o3r/core';
import { AssetPathOverrideState } from './asset-path-override.state';
/**
* Deserializer
* @param rawObject
*/
export declare const assetPathOverrideStorageDeserializer: (rawObject: any) => any;
export declare const assetPathOverrideStorageSync: Serializer<AssetPathOverrideState>;
//# sourceMappingURL=asset-path-override.sync.d.ts.map