JSON: Pick<PrivateVerificationAuditRecord.Type, "id" | "type" | "version"> & {
    presentation: VerifiablePresentationV1.JSON;
    request: VerifiablePresentationRequestV1.JSON;
}

Generated using TypeDoc