export interface IRentalHirerChangeRequestUpdate {
    customerId?: string;
    jointHirerId?: string;
}
