initial commit of actions

This commit is contained in:
Dominik Polakovics Polakovics 2026-01-31 18:56:04 +01:00
commit 949ece5785
44660 changed files with 12034344 additions and 0 deletions

View file

@ -0,0 +1,22 @@
/**
* The different levels of logs that can be used with the HttpPipelineLogger.
*/
export declare enum HttpPipelineLogLevel {
/**
* A log level that indicates that no logs will be logged.
*/
OFF = 0,
/**
* An error log.
*/
ERROR = 1,
/**
* A warning log.
*/
WARNING = 2,
/**
* An information log.
*/
INFO = 3
}
//# sourceMappingURL=httpPipelineLogLevel.d.ts.map