1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-25 12:44:49 +07:00
verdaccio-ui/types/packageMeta.ts
2019-06-24 21:42:34 +01:00

7 lines
93 B
TypeScript

export interface PackageMetaInterface {
latest: {
name: string;
};
_uplinks: {};
}