export type DeepPartial = Partial<{ [P in keyof T]: DeepPartial | { [key: string]: string | object; }; }>;