Types > ShardedTaskSpan
Commerce APITypesShardedTaskSpan
ShardedTaskSpan

Description

Fields

max: Int!

upper boundary (inclusive)


min: Int!

lower boundary (inclusive)


Used By

Types

ShardedTask

Preview (typescript)

interface ShardedTaskSpan {
max: number
min: number
}