Type Alias ParkingOccupancyRef

ParkingOccupancyRef: {
    expiresAt: string | null;
    nodeId: string;
    tier: ParkingDurationTier;
}