Skip to content

Type Alias: OutputFormat

ts
type OutputFormat = "pretty" | "json" | "github";

Defined in: packages/cli/src/index.ts:22

Released under the MIT License