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

Type declaration

  • OptionalancillaryManifests?: Manifest[]
  • OptionalfileName?: string
  • manifest: string
  • Optionalmetadata?: Map<string, string>
  • type: ManifestFormat