Sanity Library Reference Docs
Preparing search index...
@sanity/migrate
DecOp
Type Alias DecOp<Amount>
Represents a decrement-operation that can be applied to a number
type
DecOp
<
Amount
extends
number
>
=
{
amount
:
Amount
;
type
:
"dec"
;
}
Type Parameters
Amount
extends
number
Index
Properties
amount
type
Properties
amount
amount
:
Amount
type
type
:
"dec"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
type
Sanity Library Reference Docs
Loading...
Represents a decrement-operation that can be applied to a number