/** * UpdateYelpReviewDTO * */ export interface UpdateYelpReviewDTO { yelpId: string; storeId: string; }