Flocc
    Preparing search index...

    Interface RuleDiagnostic

    interface RuleDiagnostic {
        level: "error" | "warning";
        message: string;
        path: string;
    }
    Index

    Properties

    Properties

    level: "error" | "warning"
    message: string
    path: string