interface ZoneSetDescriptionAction {
    action: "setDescription";
    description?: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "setDescription"
description?: string

Description of the Zone.