UNPKG

@elsikora/commitizen-plugin-commitlint-ai

Version:
10 lines (9 loc) 173 B
/** * Enum representing log levels for the application */ export declare enum ELogLevel { DEBUG = "debug", ERROR = "error", INFO = "info", WARN = "warn" }