UI5 Version Check - v0.2.0
    Preparing search index...

    Type Alias ValidationMessage

    Validation message that occurs during version validation

    type ValidationMessage = {
        msg: string;
        type: "warn" | "error";
    }
    Index

    Properties

    Properties

    msg: string

    Message

    type: "warn" | "error"

    Message type