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

  • Optional ancillaryManifests?: Manifest[]
  • Optional fileName?: string
  • manifest: string
  • Optional metadata?: Map<string, string>
  • type: ManifestFormat