MalInt
    Preparing search index...

    Interface VariableNotFoundError

    Returned when a referenced variable is missing.

    interface VariableNotFoundError {
        message: string;
        path: string;
        type: "variableNotFound";
    }
    Index

    Properties

    Properties

    message: string
    path: string
    type: "variableNotFound"