CML
    Preparing search index...

    Type Alias C2paAssertion

    A C2PA assertion within a manifest

    type C2paAssertion = {
        data: unknown;
        label: string;
    }
    Index

    Properties

    Properties

    data: unknown
    label: string