UNPKG
@bitjson/typedoc
Version:
latest (0.15.0-0)
0.15.0-0
Create api documentation for TypeScript projects.
typedoc.org
TypeStrong/TypeDoc
@bitjson/typedoc
/
dist
/
lib
/
output
/
models
/
UrlMapping.d.ts
7 lines
(6 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
UrlMapping
{
url
:
string
;
model
:
any
;
template
:
string
;
constructor
(
url
:
string
,
model
:
any
,
template
:
string
); }