Files
2026-07-13 12:32:21 +08:00

14 lines
193 B
Lua

return {
name = "admin-api-method",
fields = {
{
config = {
type = "record",
fields = {
{ foo = { type = "string" } },
},
},
},
},
}