@statechannels/server-wallet > DeepPartialDeepPartial type#Signature:Copyexport declare type DeepPartial<T> = { [P in keyof T]?: DeepPartial<T[P]>;};