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