Files
SimfonyBasics/spa/node_modules/sigstore/dist/tlog/verify/body.d.ts
2024-07-05 13:46:23 +02:00

3 lines
182 B
TypeScript

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