Files
pyrofetes-frontend/node_modules/@sigstore/verify/dist/tlog/intoto.d.ts
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

4 lines
234 B
TypeScript

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