### Add a description - [ ] get rid of `(this as any)` - [ ] get rid of any unnecessary `as any`s - [ ] type things we haven't typed before - [ ] use rule https://typescript-eslint.io/rules/no-explicit-any/ https://typescript-eslint.io/blog/avoiding-anys/
Add a description
(this as any)as anyshttps://typescript-eslint.io/blog/avoiding-anys/