UNPKG

@commercetools-frontend/application-shell-connectors

Version:
4 lines (3 loc) 199 B
import type { ApplicationWindow } from '@commercetools-frontend/constants'; declare function getMcApiUrl(environment?: ApplicationWindow['app'], origin?: string): string; export default getMcApiUrl;