Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface AdminCustomerWishlistItem

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

    Properties

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