Icard/angular-clarity-master(work.../node_modules/tuf-js/dist/config.d.ts

13 lines
350 B
TypeScript

export declare const defaultConfig: {
maxRootRotations: number;
maxDelegations: number;
rootMaxLength: number;
timestampMaxLength: number;
snapshotMaxLength: number;
targetsMaxLength: number;
prefixTargetsWithHash: boolean;
fetchTimeout: number;
fetchRetries: number;
};
export type Config = typeof defaultConfig;