Preparing search index...
The search index is not available
shlink.ts
shlink.ts
healthJson
Interface healthJson
interface
healthJson
{
detail
?:
string
;
links
?:
{
about
:
"https://shlink.io"
;
project
:
"https://github.com/shlinkio/shlink"
;
}
;
status
:
0
|
"pass"
|
"fail"
;
title
?:
string
;
type
?:
string
;
version
?:
string
;
}
Index
Properties
detail?
links?
status
title?
type?
version?
Properties
Optional
detail
detail
?:
string
Optional
links
links
?:
{
about
:
"https://shlink.io"
;
project
:
"https://github.com/shlinkio/shlink"
;
}
status
status
:
0
|
"pass"
|
"fail"
Optional
title
title
?:
string
Optional
type
type
?:
string
Optional
version
version
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detail
links
status
title
type
version
shlink.ts
Loading...