UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

6 lines (5 loc) 158 B
import { Vertical } from '../../../common/enums'; export declare type IGetPageNameAndVerticalByPath = { vertical: Vertical; pageName: string; };