You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want to add type pack to a table type looks sort of like this
export type Example = {
IE<T>: { [string]: T }
}
-
What is the issue? Include screenshots / videos if possible!
It seems like it isn’t allow even though it worked when using export -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
export it as a literal type