forked from sombochea/verdaccio-ui
fix: added packageMeta type
This commit is contained in:
committed by
Griffithtp
parent
c0b0189cc6
commit
3c54b116c9
6
types/packageMeta.ts
Normal file
6
types/packageMeta.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface PackageMetaInterface {
|
||||
latest: {
|
||||
name: string;
|
||||
};
|
||||
_uplinks: {};
|
||||
}
|
||||
Reference in New Issue
Block a user