UNPKG

@apptus/esales-api

Version:

Library for making requests to Elevate 4 API v3

10 lines (6 loc) 284 B
import type { BaseParams, NavigationNode, ProductContextParams } from './common/mod.ts'; export interface NavigationTreeParams extends BaseParams, ProductContextParams {} export interface NavigationTree { /** Root node for the entire navigation tree */ tree: NavigationNode; }