Type Alias ManifestAlpha

Manifest: {
    ancillaryManifests?: Manifest[];
    fileName?: string;
    manifest: string;
    metadata?: Map<string, string>;
    type: ManifestFormat;
}

Manifest object received as an input by the conversion to HAM object