export type TRecursivePartial = { [P in keyof T]?: TRecursivePartial; };