import { DeepPartial as BaseDeepPartial } from "utility-types"; export type DeepPartial = BaseDeepPartial | Record;