Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 893c3c9

Browse files
committed
fix: switch to type
1 parent 26029fd commit 893c3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/open.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as path from 'path'
44
const isWsl = require('is-wsl')
55

66
export namespace open {
7-
export interface Options {
7+
export type Options = {
88
// wait: boolean
99
app?: string | string[]
1010
}

0 commit comments

Comments
 (0)