You have the following code:
class Box {
class InnerBox {
class AnotherInnerBox {
class LastInnerBox {
}
}
}
}
Define the correct sequence for type alias for LastInnerBox and arrange it in from the top down.