1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-29 04:47:47 +07:00
verdaccio-ui/types/packageMeta.ts

12 lines
186 B
TypeScript
Raw Normal View History

2019-06-22 16:43:59 +07:00
export interface PackageMetaInterface {
latest: {
name: string;
dist: {
fileCount: number;
unpackedSize: number;
};
license: string;
2019-06-22 16:43:59 +07:00
};
_uplinks: {};
}