Skip to content

Commit

Permalink
Chore: Remove old typing for the job object
Browse files Browse the repository at this point in the history
  • Loading branch information
hankertrix committed Dec 22, 2024
1 parent 713e06a commit 4a2f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---@alias Arguments table<string|number, string|number|boolean>

-- The type for the job object
---@alias Job string[] | { args: Arguments }
---@alias Job { args: Arguments }

-- The type for the input event
--
Expand Down

0 comments on commit 4a2f9e8

Please sign in to comment.