Type alias TypedProperties<T, C>

TypedProperties<T, C>: Partial<{
    [Property in keyof T]: TypedObject<T[Property], C>
}>

A wrapper around a property that enabled metadata typing.

Type Parameters

  • T
  • C