TypeScript How to allow free string with auto complete

17 Views Asked by At

Is there a way to allow Free string with auto complete

  value:
    | "A"|"B"|"C"
    | string

This way IntelliSense can predict/AutoComplete and not give me error if I typed string

0

There are 0 best solutions below