Skip to content

Commit

Permalink
chore(api): maps annotations fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKJeff16 committed Jun 7, 2024
1 parent 6933459 commit a7333f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/user/types/user/maps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ require('user.types.which_key')
---@field [1] UserMaps.Api.Rhs
---@field [2]? UserMaps.Api.Opts

---@class KeyMapRhsOptsArr: ApiMapRhsOptsArr
---@class KeyMapRhsOptsArr
---@field [1] UserMaps.Keymap.Rhs
---@field [2]? UserMaps.Keymap.Opts

---@class ApiMapRhsOptsDict
---@field rhs UserMaps.Api.Rhs
---@field opts? UserMaps.Api.Opts

---@class KeyMapRhsOptsDict: ApiMapRhsOptsDict
---@class KeyMapRhsOptsDict
---@field rhs UserMaps.Keymap.Rhs
---@field opts? UserMaps.Keymap.Opts

Expand Down

0 comments on commit a7333f4

Please sign in to comment.