c2pa.disposablel2manifeststore
Home > c2pa > DisposableL2ManifestStore
DisposableL2ManifestStore type
Signature:export declare type DisposableL2ManifestStore = {
manifestStore: L2ManifestStore;
dispose: () => void;
};
Home > c2pa > DisposableL2ManifestStore
export declare type DisposableL2ManifestStore = {
manifestStore: L2ManifestStore;
dispose: () => void;
};