pamoja for TypeScript - v0.1.17
    Preparing search index...

    Type Alias ManifestFields

    ManifestFields: Omit<Manifest, "structureVersion" | "format" | "expires"> & Partial<
        Pick<Manifest, "structureVersion" | "format" | "expires">,
    >

    A manifest as a publisher writes one.

    The structure version, the payload format and the expiry have one sensible value each, so they may be left out rather than restated on every release.