UNPKG

@skyux/router

Version:

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

19 lines (18 loc) 351 B
/** * Parameters for retrieving a list of recently accessed links. */ export interface SkyRecentlyAccessedGetLinksArgs { /** * The links to retrieve. */ requestedRoutes: { /** * The link's app. */ app: string; /** * The link's route. */ route: string; }[]; }