ProductReviewQuery: { authorId?: string; created?: { end?: Date; start?: Date }; deleted?: Date | null; productId?: string; queryString?: string; updated?: { end?: Date; start?: Date } }

Type declaration

  • Optional authorId?: string
  • Optional created?: { end?: Date; start?: Date }
    • Optional end?: Date
    • Optional start?: Date
  • Optional deleted?: Date | null
  • Optional productId?: string
  • Optional queryString?: string
  • Optional updated?: { end?: Date; start?: Date }
    • Optional end?: Date
    • Optional start?: Date