LeaseState type

LeaseState değerlerini tanımlar. Olası değerler şunlardır: 'Available', 'Leased', 'Expired', 'Breaking', 'Broken'

type LeaseState = "Available" | "Leased" | "Expired" | "Breaking" | "Broken"