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

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

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

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    end?: string | null

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

    start?: string | null

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

    type?: "npt"

    The type of time.