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

    Interface FileAsset

    A file that can be used either the source or destination

    interface FileAsset {
        mimeType?: string;
        path: string;
    }
    Index

    Properties

    Properties

    mimeType?: string
    path: string