Type Alias SafeSetOperation

SafeSetOperation:
    | "add"
    | "div"
    | "mult"
    | "set"
    | "set-undefined"
    | "sub"

Defines the operation to perform for safeSet.