useShopwareContext 
Category:
 Context & Language
Types 
ts
export function useShopwareContext(): ShopwareContextts
export type ShopwareContext = {
  devStorefrontUrl: string | null;
  /**
   * Shopware API client
   */
  apiClient: ApiClient;
};