Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class MyClass {
  2. prop1: CustomType1;
  3. prop2: CustomType2;
  4. [key: string]: any // <--- indexer
  5. }
  6.  
  7. class MyClass {
  8. prop1: CustomType1;
  9. prop2: CustomType2;
  10. [key: MYCLASS PROP NAMES]: MYCLASS PROP TYPES // <--- pseudo-code
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement