interface AddCLIOptionsSchema { targetName?: string targetVersion?: string | 'latest' } export type { AddCLIOptionsSchema }