Unwraptype Unwrap<T> = T extends string[] ? string : T extends Record<string, infer R> ? R : T;§Type Parameters§T[src]§Type§T extends string[] ? string : T extends Record<string, infer R> ? R : T[src]