Split off from https://github.com/maykinmedia/commonground-api-common/pull/149#discussion_r2929921465 - [ ] replace usage of `Any` with more useful type info - [ ] see if any usage of `cast` can be removed as well - [ ] remove `# type: ignore` or similar comments as much as possible - [ ] replace typing imports (List, Optional, Dict, Tuple, etc.) with built-in types
Split off from #149 (comment)
Anywith more useful type infocastcan be removed as well# type: ignoreor similar comments as much as possible