interface WebBreakageForm {
    state: "enabled" | "disabled";
}

Properties

Properties

state: "enabled" | "disabled"