NET-Web-API-w-Angular/my-app/node_modules/@sigstore/verify/dist/tlog/intoto.d.ts

4 lines
234 B
TypeScript
Raw Normal View History

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