Skip to main content
Dotset CLI API Documentation / index / ConfigOutputFormat

Type Alias: ConfigOutputFormat

type ConfigOutputFormat = 
  | "text"
  | "json"
  | "sarif"
  | "csv"
  | "xml"
  | "junit"
  | "gitlab"
  | "github"
  | "markdown";
Defined in: src/mantle/config.ts:77 Output format type - all supported formats