UntranscodableProperties<O, T>: PropertiesNotOfType<O extends EntityMap
    ? FlattenEntityMap<O>
    : O, T[keyof Exactify<T>]>

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

Type Parameters