UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 242 B
import type { ProposedEntry } from '../../external/rekor'; import type { SignatureBundle } from '../witness'; export declare function toProposedEntry(content: SignatureBundle, publicKey: string, entryType?: 'dsse' | 'intoto'): ProposedEntry;