UNPKG

@spartacus/core

Version:

Spartacus - the core framework

4 lines (3 loc) 192 B
import { OccConfig } from '../../../occ/config/occ-config'; import { AuthConfig } from './auth-config'; export declare function baseUrlConfigValidator(config: OccConfig & AuthConfig): string;