Skip to content

Commit 4cbed8c

Browse files
committed
types
1 parent 4d7cf71 commit 4cbed8c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/cli/src/checkout/command.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import { ensure, build } from '../util/command-builders';
44
import * as o from '../options';
55

66
export type CheckoutOptions = Required<
7-
Pick<Opts, 'command' | 'projectName' | 'projectPath' | 'log'>
8-
>;
7+
Pick<Opts, 'command' | 'projectName' | 'projectPath'>
8+
> &
9+
Pick<Opts, 'log'>;
910

1011
const options = [o.projectName, o.projectPath, o.log];
1112

0 commit comments

Comments
 (0)