UNPKG

azure-pipelines-logging

Version:
4 lines (3 loc) 231 B
export declare type FormatWithMessage = "command" | "debug" | "error" | "group" | "section" | "warning"; export declare type FormatWithoutMessage = "endgroup"; export declare type Format = FormatWithMessage | FormatWithoutMessage;