TranscodableProperties<E, T>: PropertiesOfType<E, T[keyof Exactify<T>]>

Returns the properties of Entity E whose types are covered by TranscodeMap T.

Type Parameters