UNPKG

@svta/common-media-library

Version:
11 lines 324 B
import type { CmcdHeaderField } from './CmcdHeaderField.js'; import type { CmcdKey } from './CmcdKey.js'; /** * The map of CMCD keys to their appropriate header shard. * * @group CMCD * * @internal */ export declare const CMCD_HEADER_MAP: Record<CmcdKey, CmcdHeaderField>; //# sourceMappingURL=CMCD_HEADER_MAP.d.ts.map