Update customerService.ts
This commit is contained in:
@@ -12,9 +12,10 @@ export interface CustomerStats {
|
||||
acknowledged: number;
|
||||
shipped: number;
|
||||
};
|
||||
lastOrderDate: string;
|
||||
lastOrderDate: string | null;
|
||||
firstOrderDate: string;
|
||||
chatId: number;
|
||||
hasOrders?: boolean;
|
||||
}
|
||||
|
||||
export const getCustomers = async (page: number = 1, limit: number = 25): Promise<{
|
||||
|
||||
Reference in New Issue
Block a user