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

4 lines
215 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
export { DEFAULT_REKOR_URL, RekorWitness, RekorWitnessOptions } from './tlog';
export { TSAWitness, TSAWitnessOptions } from './tsa';
export type { SignatureBundle, VerificationMaterial, Witness } from './witness';