type DeepPartial<T> = T | { [P in keyof T]?: DeepPartial<T[P]> | undefined; }
packages / core / src / types.ts