Files
2023-04-06 12:22:45 -07:00

16 lines
438 B
Lua

return {
name = "zeroex-headers",
fields = {
{ config = {
type = "record",
fields = {
{ team_id = { type = "string" }, },
{ app_id = { type = "string" }, },
{ tier = { type = "string" }, },
{ app_properties = { type = "string" }, },
{ affiliate_address = { type = "string" }, },
{ legacy_integrator_id = { type = "string" }, },
},
}, },
}
}