UNPKG

@blackbaud/skyux-lib-stache

Version:

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

10 lines (9 loc) 206 B
/** * Represents the values coming from a parsed JSON file. */ export interface StacheRouteMetadataConfigJson { name: string; order?: number | string; path: string; showInNav?: boolean; }