Optional messages related to the deployment.

interface Message {
    level?: string;
    text?: string;
}

Properties

Properties

level?: string

The level of the message, normally one of debug, info or warning.

text?: string

The message.