interface InvokeCLIOptionsSchema { webpackStatsPreset?: string reinstallPlugin?: boolean mode?: string skipVerifyUserProfile?: boolean } export type { InvokeCLIOptionsSchema }