// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
tlog
/
verify
[ PARENT ]
EDIT :: body.d.ts
import * as sigstore from '../../types/sigstore'; export declare function verifyTLogBody(entry: sigstore.VerifiableTransparencyLogEntry, bundleContent: sigstore.Bundle['content']): boolean;
SAVE
CANCEL