archetecture security fix
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user