共用方式為


AllocationState type

定義 AllocationState 的值。 可能的值包括:'steady'、'resizing'、'stopping'

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