eufy-mega / model/capabilities / PtzDirection
Type Alias: PtzDirection
ts
type PtzDirection = typeof PtzDirection[keyof typeof PtzDirection];Rotate direction. PtzDirection is both the const value-object (PtzDirection.left) and the union type of its values, so callers use the named constant: rotate(PtzDirection.left).