UNPKG

203 BTypeScriptView Raw
1import { Workspace } from '@navch/cli-utils';
2export interface Args {
3 cwd: string;
4 cmd?: string;
5}
6export interface Context extends Args {
7 ws: Workspace;
8}
9//# sourceMappingURL=types.d.ts.map
\No newline at end of file