Files
alrahma_sunday_school_api/apps/api/dist/services/pricingRuleService.d.ts
T
2026-06-11 03:22:12 -04:00

10 lines
356 B
TypeScript

interface DriverInfo {
dateOfBirth?: Date | null;
licenseIssuedAt?: Date | null;
}
export declare function applyPricingRules(companyId: string, customerId: string, additionalDrivers: DriverInfo[], dailyRate: number, totalDays: number): Promise<{
applied: any[];
total: number;
}>;
export {};
//# sourceMappingURL=pricingRuleService.d.ts.map