UNPKG

@skyux/router

Version:

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

10 lines (9 loc) 201 B
/** * The result when adding a recently accessed link. */ export interface SkyRecentlyAccessedAddLinkResult { /** * The unique identifier for the newly added link. */ id: string; }