UNPKG

@nx-dotnet/dotnet

Version:

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

5 lines (4 loc) 141 B
import { dotnetTestFlags } from './dotnet-test-flags'; export type dotnetTestOptions = { [key in dotnetTestFlags]?: string | boolean; };