3 lines
182 B
TypeScript
3 lines
182 B
TypeScript
import type { Bundle, TransparencyLogEntry } from '@sigstore/bundle';
|
|
export declare function verifyTLogBody(entry: TransparencyLogEntry, bundleContent: Bundle['content']): boolean;
|