Home > @poq/sdk > ShopResponse > (constructor)
Constructs a new instance of the ShopResponse class
Signature:
constructor(params?: {
        categories: NavigationCategory[];
        bannerImageUrl?: string;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { categories: NavigationCategory[]; bannerImageUrl?: string; } | (Optional) |