Type Alias THydrateMapDataBundle
THydrateMapDataBundle: | { languagePacks?: { language: { code: string; name: string }; localePack: Uint8Array; }[]; main: Uint8Array; options?: { enterprise?: boolean; version?: "2.0.0" | "3.0.0" }; type: "binary"; } | { languagePacks?: { language: { code: string; name: string }; localePack: ParsedMVFLocalePack; }[]; main: TMVF; options?: { enterprise?: boolean; version?: "2.0.0" | "3.0.0" }; type: "json"; }