I\'ve gotten used to thinking with typescript, and I\'m trying to store the following with mongoose.
interface Point { x: number; y: number; } interface