index.d.ts 215 B

123
  1. export { DEFAULT_REKOR_URL, RekorWitness, RekorWitnessOptions } from './tlog';
  2. export { TSAWitness, TSAWitnessOptions } from './tsa';
  3. export type { SignatureBundle, VerificationMaterial, Witness } from './witness';