Kargi-Sitesi/node_modules/@sigstore/verify/dist/tlog/dsse.d.ts

4 lines
228 B
TypeScript
Raw Normal View History

2024-11-04 02:30:09 +00:00
import type { ProposedDSSEEntry } from '@sigstore/rekor-types';
import type { SignatureContent } from '../shared.types';
export declare function verifyDSSETLogBody(tlogEntry: ProposedDSSEEntry, content: SignatureContent): void;