export type IWishlist = {
    user_id: number
    course_id: number
  }