mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
7 lines
93 B
TypeScript
7 lines
93 B
TypeScript
export interface PackageMetaInterface {
|
|
latest: {
|
|
name: string;
|
|
};
|
|
_uplinks: {};
|
|
}
|