@bookmypuja-tech/bmp-pdf 0.2.24 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -165,7 +165,8 @@ interface ITempleData {
165
165
  bookings: number;
166
166
  }
167
167
  interface IMultiTemplePaymentReport {
168
- date: Date;
168
+ startDate: Date;
169
+ endDate: Date;
169
170
  data: ITempleData[];
170
171
  }
171
172