export type IkasFavoriteProduct = { id: string; createdAt: number; updatedAt: number; deleted?: boolean | null; customerId: string; productId: string; price: number | null; priceListId: string | null; };