Type alias UntagTaggedConstants<TCs>

UntagTaggedConstants<TCs>: ShallowResolve<{ [ K in keyof TCs]: RemoveTag<TCs[K]> }>

Given a record containing tagged constants, remove the tag from all its properties

Returns

The input record type without tags

Type Parameters

Generated using TypeDoc