When loading the Google Maps API in the browser through a <script>
tag instead of the @google/maps node package, how can TypeScript types be assigned to it? For example, if utilizing the @types/googlemaps package or a similar one, the types may seem correct, but connecting them to my own google
variable is unclear. Certain disheartening tsc messages like:
Cannot use namespace 'google' as a type.