Fallbacktype Fallback<T> = [P in keyof T]: T[P] | NonNullable<T[P]>[];§Type Parameters§T[src]§Type§[P in keyof T]: T[P] | NonNullable<T[P]>[][src]