source: trip-planner-front/node_modules/uri-js/dist/esnext/schemes/urn.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 324 bytes
Line 
1import { URISchemeHandler, URIComponents, URIOptions } from "../uri";
2export interface URNComponents extends URIComponents {
3 nid?: string;
4 nss?: string;
5}
6export interface URNOptions extends URIOptions {
7 nid?: string;
8}
9declare const handler: URISchemeHandler<URNComponents, URNOptions>;
10export default handler;
Note: See TracBrowser for help on using the repository browser.