Interface IssueFormatting

interface IssueFormatting {
    colors: boolean;
    trace: boolean;
}

Properties

Properties

colors: boolean
trace: boolean