UNPKG
@cobuildlab/fcp-shared
Version:
latest (1.7.0)
1.7.0
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Shared type definitions and utils for FCP modules
@cobuildlab/fcp-shared
/
dist
/
types
/
alerts
/
index.d.ts
6 lines
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
Severity
{
Critical
=
"CRITICAL"
,
NonCritical
=
"NON_CRITICAL"
}
export
type
SeverityType
=
`
${Severity}
`
;
//# sourceMappingURL=index.d.ts.map