Rocket Point How many rocket points (or bonus points) does the user have in the corresponding course? interface RocketPoint { id: string userId: string points: number courseId: string }