export interface IJointHirerAttr { HirerId: string; RentalId: string; CustomerId: string; CustomerType: string; Status: string; CreatedById: string; CreatedAt: Date; UpdatedById: string; UpdatedAt: Date; }