I have a question that applies to various scenarios, with Firebase serving as an example.
When working on my react project, I find myself wanting to
import firebase from "@firebase/app"
, which is logical. However, if I want the const locationRef to be typed as a firebase ref type, where do I import "ref" from? Where can I typically find these types for any TypeScript library?