Type Alias ApplyFieldOp

ApplyFieldOp: ((fieldValue: number, fieldName?:
    | "x"
    | "y"
    | "width"
    | "height") => number)