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