面试题答案一键面试type NewType<T> = T extends TypeA ? TypeB[] : T extends TypeB ? [TypeC, TypeC, TypeC] : never;