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