0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

feat: add dist.signatures to core/types (#3294)

This commit is contained in:
NotWearingPants 2022-08-08 08:29:04 +03:00 committed by GitHub
parent 00d1d2a179
commit 57908e24ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,7 @@ declare module '@verdaccio/types' {
interface Dist {
'npm-signature'?: string;
signatures?: Signatures[];
fileCount?: number;
integrity?: string;
shasum: string;