Remove deprecated API documentation and models related to logging, project management, queries, and Redis management. This includes the deletion of various markdown files and TypeScript definitions that are no longer in use, streamlining the codebase and improving maintainability.
This commit is contained in:
11
out/js/docs/LogContentInner.md
Normal file
11
out/js/docs/LogContentInner.md
Normal file
@ -0,0 +1,11 @@
|
||||
# LowCodeEngineApi.LogContentInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**content** | **String** | Log content | [optional]
|
||||
**type** | **String** | Log type (info, error, warning) | [optional]
|
||||
**timeStamp** | **Number** | Log entry timestamp | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user