interface AdminCustomerWishlistItem {
    id: number;
    product_id: number;
    product_name: string;
    product_slug: string;
    added_at: string;
}

Properties

id: number
product_id: number
product_name: string
product_slug: string
added_at: string