import { MatchSingleReview } from "./single-review/interface-client"; export interface MatchReview { location: MatchSingleReview; age: MatchSingleReview; physical: MatchSingleReview; home: MatchSingleReview; job: MatchSingleReview; love: MatchSingleReview; kids: MatchSingleReview; social: MatchSingleReview; volunteering: MatchSingleReview; personnality: MatchSingleReview; pets: MatchSingleReview; activities: MatchSingleReview; food: MatchSingleReview; health: MatchSingleReview; vaccination: MatchSingleReview; cons: MatchSingleReview; sexuality: MatchSingleReview; religion: MatchSingleReview; criminal_record: MatchSingleReview; global_note: string; global_rating: number; }