chore: add more types fixes
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/build-and-run Pipeline failed Details
ci/woodpecker/pr/test Pipeline was successful Details

This commit is contained in:
Aire-One 2024-01-02 18:25:46 +01:00
parent 577bb6373d
commit e83018f545
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ local node_fixer <const>: { string : New_Node_By_Name } = {
}, },
}, },
}, },
["gears.filesystem"] = {
get_themes_dir = {
return_types = { { "string" } }, -- The Awesome APIDoc have to updated
},
},
["gears.surface"] = { ["gears.surface"] = {
apply_shape_bounding = { apply_shape_bounding = {
parameters = { parameters = {