@contentauth/c2pa-js
    Preparing search index...

    A temporal range representing a starting time to an ending time.

    interface Time {
        end?: null | string;
        start?: null | string;
        type?: "npt";
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    end?: null | string

    The end time or the end of the asset if not present.

    start?: null | string

    The start time or the start of the asset if not present.

    type?: "npt"

    The type of time.