Unable to add type pack to type table

You can write your topic however you want, but you need to answer these questions:

  1. 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 }
}
  1. What is the issue? Include screenshots / videos if possible!
    It seems like it isn’t allow even though it worked when using export

  2. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    export it as a literal type

2 Likes

Ima just export it as a literal type because it turns out I cannot access the content from a type table as a literal type either

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.