@bookmypuja-tech/bmp-pdf 0.3.8 → 0.3.9
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 +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -219,6 +219,11 @@ interface IInvoiceData {
|
|
|
219
219
|
totalAmount: string;
|
|
220
220
|
subTotal: string;
|
|
221
221
|
paymentMethod: string;
|
|
222
|
+
prasads?: {
|
|
223
|
+
name: string;
|
|
224
|
+
start_time: string;
|
|
225
|
+
end_time: string;
|
|
226
|
+
};
|
|
222
227
|
}
|
|
223
228
|
interface IInvoiceProps {
|
|
224
229
|
data: IInvoiceData;
|
package/package.json
CHANGED