/// type RecursivePartial = { [P in keyof T]?: RecursivePartial; }; type StringKV = { [key: string]: string };