1. type ID = (number | string)
    2. let id1: ID = 1
    3. let id2: ID = '2'