Member Junction
    Preparing search index...

    Validation warning

    interface ValidationWarning {
        category: "best-practice" | "performance" | "cost";
        message: string;
        recommendation?: string;
    }
    Index

    Properties

    category: "best-practice" | "performance" | "cost"

    Warning category

    message: string

    Warning message

    recommendation?: string

    Recommendation