Creates a dec (decrement) operation with the provided amount.
dec
The amount to decrement by.
A dec operation. https://www.sanity.io/docs/http-patches#vIT8WWQo
const decBy1 = dec()const decBy10 = dec(10) Copy
const decBy1 = dec()const decBy10 = dec(10)
Creates a
dec
(decrement) operation with the provided amount.