MyRepo-Ums/node_modules/@sigstore/sign/dist/witness/tlog/entry.d.ts

4 lines
242 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
import type { ProposedEntry } from '../../external/rekor';
import type { SignatureBundle } from '../witness';
export declare function toProposedEntry(content: SignatureBundle, publicKey: string, entryType?: 'dsse' | 'intoto'): ProposedEntry;