FlattenHandle 类型 签名 export type FlattenHandle<T> = T extends HandleOr<infer U> ? U : never; 引用: HandleOr