UNPKG

@secretlint/types

Version:
5 lines 160 B
/** * Rule Severity Level */ export type SecretLintRuleSeverityLevel = "info" | "warning" | "error"; //# sourceMappingURL=SecretLintRuleSeverityLevel.d.ts.map