mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 06:40:58 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export interface PruneLockfileOptions {
|
|
buildTarget: string;
|
|
outputPath?: string;
|
|
}
|