TranscodableProperties<O, T>: PropertiesOfType<O extends EntityMap
    ? FlattenEntityMap<O>
    : O, T[keyof Exactify<T>]> & string

Returns the properties of an Entity or EntityMap whose types are covered by TranscodeMap T.

Type Parameters