mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-20 21:39:11 +08:00
10 lines
280 B
TypeScript
10 lines
280 B
TypeScript
export {AttestOptions, attest} from './attest'
|
|
export {
|
|
AttestProvenanceOptions,
|
|
attestProvenance,
|
|
buildSLSAProvenancePredicate
|
|
} from './provenance'
|
|
|
|
export type {SerializedBundle} from '@sigstore/bundle'
|
|
export type {Attestation, Predicate, Subject} from './shared.types'
|