Is it possible to build a repeat with template literal types? For example:
type Hex = \'a\' | \'b\' | \'c\'| ...; type Id = `${Hex}${Hex}...` // Here I want t