dsse.d.ts 228 B

123
  1. import type { ProposedDSSEEntry } from '@sigstore/rekor-types';
  2. import type { SignatureContent } from '../shared.types';
  3. export declare function verifyDSSETLogBody(tlogEntry: ProposedDSSEEntry, content: SignatureContent): void;