export type DeepApplyThisType = { [K in keyof T]: DeepApplyThisType } & ThisType