Type alias JSONEntity<T>

JSONEntity<T>: { [ name in keyof T]: JSONSingle<T[name]> }

Type Parameters

  • T

Generated using TypeDoc