LeaseStateType type

LeaseStateType の値を定義します。

type LeaseStateType = "available" | "leased" | "expired" | "breaking" | "broken"