feat: Generate definitions for config

This commit is contained in:
2025-10-17 03:15:27 +02:00
parent b557afe2fc
commit 84e8942fc9
5 changed files with 34 additions and 2 deletions

12
definitions/config.lua Normal file
View File

@@ -0,0 +1,12 @@
-- DO NOT MODIFY, FILE IS AUTOMATICALLY GENERATED
---@meta
---@class FulfillmentConfig
---@field openid_url string
---@field ip string?
---@field port integer?
local FulfillmentConfig
---@class Config
---@field fulfillment FulfillmentConfig
local Config