4 lines
220 B
TypeScript
4 lines
220 B
TypeScript
|
import { TLogAuthority } from '../trust';
|
||
|
import type { TLogEntryWithInclusionPromise } from '@sigstore/bundle';
|
||
|
export declare function verifyTLogSET(entry: TLogEntryWithInclusionPromise, tlogs: TLogAuthority[]): void;
|