Member Junction
    Preparing search index...
    interface ValidationWarning {
        details?: any;
        entity?: string;
        field?: string;
        file: string;
        message: string;
        severity: "warning";
        suggestion?: string;
        type: "validation" | "nesting" | "naming" | "bestpractice" | "performance";
    }
    Index

    Properties

    details?: any
    entity?: string
    field?: string
    file: string
    message: string
    severity: "warning"
    suggestion?: string
    type: "validation" | "nesting" | "naming" | "bestpractice" | "performance"