Optimize data loading for attachments/thumbnail generation
This commit is contained in:
parent
1f13e462b6
commit
7b4b35762a
3 changed files with 53 additions and 59 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue