mirror of
https://github.com/actions/toolkit.git
synced 2026-08-10 00:00:12 +02: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'
|