Also added a pre-commit hook to ensure that the definitions files are up-to-date.
7 lines
72 B
Lua
7 lines
72 B
Lua
---@meta
|
|
|
|
---@type table<string, string?>
|
|
local secrets
|
|
|
|
return secrets
|