UNPKG

cli-block

Version:
18 lines (17 loc) 359 B
export enum BlockType { ERRORS = "Errors", WARNINGS = "Warnings", SETTINGS = "Settings", JSON = "Json", TABLE = "Table", END = "End", MID = "Mid", START = "Start", LINE_WARNING = "LineWarning", LINE_ERROR = "LineError", LINE_SUCCESS = "LineSuccess", ROW_LINE = "RowLine", LINE = "Line", LOADER = "Loader", COUNTER = "Counter", }