UNPKG

@cobuildlab/fcp-shared

Version:

Shared type definitions and utils for FCP modules

6 lines 170 B
export declare enum Severity { Critical = "CRITICAL", NonCritical = "NON_CRITICAL" } export type SeverityType = `${Severity}`; //# sourceMappingURL=index.d.ts.map