5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
import type { PackageId } from './PackageId';
|
|
export type InstalledVersionParams = {
|
|
id: PackageId;
|
|
};
|