Optimize data loading for attachments/thumbnail generation

This commit is contained in:
N-Pex 2025-07-17 10:30:14 +02:00
parent 1f13e462b6
commit 7b4b35762a
3 changed files with 53 additions and 59 deletions

View file

@ -50,6 +50,7 @@ export type C2PAData = {
}
export type Proof = {
data?: any;
name?: string;
json?: string;
integrity?: { pgp?: any; c2pa?: any; exif?: {[key: string]: string | Object}; opentimestamps?: any };