export interface RemoveCartDiscountResponse { success: boolean; timestamp: string; } export type RemoveCartDiscount = () => Promise;