SonarJS linter helper functions
    Preparing search index...

    Interface EncodedMessage

    interface EncodedMessage {
        cost?: number;
        message: string;
        secondaryLocations: IssueLocation[];
    }
    Index

    Properties

    cost?: number
    message: string
    secondaryLocations: IssueLocation[]