main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100755
|
File size:
324 bytes
|
Line | |
---|
1 | import { URISchemeHandler, URIComponents, URIOptions } from "../uri";
|
---|
2 | export interface URNComponents extends URIComponents {
|
---|
3 | nid?: string;
|
---|
4 | nss?: string;
|
---|
5 | }
|
---|
6 | export interface URNOptions extends URIOptions {
|
---|
7 | nid?: string;
|
---|
8 | }
|
---|
9 | declare const handler: URISchemeHandler<URNComponents, URNOptions>;
|
---|
10 | export default handler;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.