Add merkleProof to CertificateData

This commit is contained in:
Sosthene 2025-06-30 22:38:57 +02:00
parent 0928d1e427
commit e87383c441

View File

@ -21,6 +21,7 @@ export interface Metadata {
commitmentId: string,
documentUid: string;
documentType: string;
merkleProof: string;
}
export interface CertificateData {