Menu
statechannels docsDocsTypescript APIContract API
🌜
🌞
statechannels docs
  • Docs
  • Typescript API
  • Contract API

@statechannels/server-wallet > DeepPartial

DeepPartial type#

Signature:

export declare type DeepPartial<T> = {
[P in keyof T]?: DeepPartial<T[P]>;
};
  • DeepPartial type
Copyright © 2020