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:
parent
00d1d2a179
commit
57908e24ba
1 changed files with 1 additions and 0 deletions
1
packages/core/types/index.d.ts
vendored
1
packages/core/types/index.d.ts
vendored
|
@ -78,6 +78,7 @@ declare module '@verdaccio/types' {
|
|||
|
||||
interface Dist {
|
||||
'npm-signature'?: string;
|
||||
signatures?: Signatures[];
|
||||
fileCount?: number;
|
||||
integrity?: string;
|
||||
shasum: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue