You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ZoneUpdateAction
export type ZoneUpdateAction = {
addLocation?: InputMaybe<AddZoneLocation>;
changeName?: InputMaybe<ChangeZoneName>;
removeLocation?: InputMaybe<RemoveZoneLocation>;
setDescription?: InputMaybe<SetZoneDescription>;
setKey?: InputMaybe<SetZoneKey>;
};