Files
2024-07-05 13:46:23 +02:00

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;