intoto.d.ts 234 B

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