chore: remove unnecessary types (#256)

This commit is contained in:
JINNOUCHI Yasushi 2024-09-01 12:12:08 +09:00 committed by GitHub
parent 03ebefef88
commit 5a80665fa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@ local database
---When methods are called at the first time, it calls the constructor and ---When methods are called at the first time, it calls the constructor and
---setup() to be initialized. ---setup() to be initialized.
---@class FrecencyInstance ---@class FrecencyInstance
---@field bootstrap async fun(): nil
---@field complete fun(findstart: 1|0, base: string): integer|''|string[] ---@field complete fun(findstart: 1|0, base: string): integer|''|string[]
---@field delete async fun(path: string): nil ---@field delete async fun(path: string): nil
---@field query fun(opts?: FrecencyQueryOpts): FrecencyQueryEntry[]|string[] ---@field query fun(opts?: FrecencyQueryOpts): FrecencyQueryEntry[]|string[]