UNPKG
@janus-idp/backstage-plugin-keycloak-backend-dynamic
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.14.3
1.14.2
1.14.1
1.14.0
1.13.2
1.13.1
1.13.0
1.12.0
1.11.1
1.11.0
1.10.1
1.10.0
1.9.13
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.13
1.7.12
1.7.11
A Backend backend plugin for Keycloak
red.ht/rhdh
janus-idp/backstage-plugins
@janus-idp/backstage-plugin-keycloak-backend-dynamic
/
node_modules
/
url-template
/
lib
/
url-template.d.ts
8 lines
(5 loc)
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
PrimitiveValue
=
string
|
number
|
boolean
|
null
;
export
interface
Template
{
expand
(
context
:
Record
<
string
,
PrimitiveValue
|
PrimitiveValue
[] |
Record
<
string
,
PrimitiveValue
|
PrimitiveValue
[]>>):
string
; }
export
function
parseTemplate
(
template
:
string
):
Template
;