Type alias JSONPartialObject<T>

JSONPartialObject<T>: { [ name in keyof T]?: T[name] | null }

Type Parameters

  • T

Generated using TypeDoc