UNPKG

@nx-dotnet/dotnet

Version:

This library was generated with [Nx](https://nx.dev).

5 lines (4 loc) 137 B
import { dotnetRunFlags } from './dotnet-run-flags'; export type dotnetRunOptions = { [key in dotnetRunFlags]?: string | boolean; };