index.d.ts 224 B

123
  1. import type { TransparencyLogEntry } from '@sigstore/bundle';
  2. import type { SignatureContent } from '../shared.types';
  3. export declare function verifyTLogBody(entry: TransparencyLogEntry, sigContent: SignatureContent): void;