UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

6 lines (5 loc) 191 B
import { StateBase } from './StateBase'; import { NavigationStateLink } from './NavigationStateLink'; export interface NavigationState extends StateBase { links: NavigationStateLink[]; }