NET-Web-API-w-Angular/my-app/node_modules/@sigstore/sign/dist/bundler/bundle.d.ts

6 lines
382 B
TypeScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
import * as sigstore from '@sigstore/bundle';
import type { Signature } from '../signer';
import type { Artifact } from './base';
export declare function toMessageSignatureBundle(artifact: Artifact, signature: Signature): sigstore.BundleWithMessageSignature;
export declare function toDSSEBundle(artifact: Required<Artifact>, signature: Signature): sigstore.BundleWithDsseEnvelope;