Type Alias Zone

Zone: {
    [rtype in keyof Zone1]?: Zone1[rtype] | Zone1[rtype][]
}