AllocationState type

Defines values for AllocationState. Possible values include: 'steady', 'resizing', 'stopping'

type AllocationState = "steady" | "resizing" | "stopping"