c2pa.disposablel2manifest
Home > c2pa > DisposableL2Manifest
DisposableL2Manifest type
Signature:export declare type DisposableL2Manifest = {
manifest: L2Manifest;
dispose: () => void;
};
Home > c2pa > DisposableL2Manifest
export declare type DisposableL2Manifest = {
manifest: L2Manifest;
dispose: () => void;
};