fix: add missing params

This commit is contained in:
Kevin Franklin Kim 2025-06-06 11:21:20 +02:00
parent 3f0b3fca75
commit c9aee967cb
No known key found for this signature in database

View File

@ -19,4 +19,10 @@ type SST struct {
GCD *string `json:"gcd,omitempty" gtag:"gcd,omitempty"`
// Example: 0
UDE *string `json:"ude,omitempty" gtag:"ude,omitempty"`
// Example: 223090308
LPC *string `json:"lpc,omitempty" gtag:"lpc,omitempty"`
// Example: 223090308
NAVT *string `json:"navt,omitempty" gtag:"navt,omitempty"`
// Example: 1
SWExp *string `json:"sw_exp,omitempty" gtag:"sw_exp,omitempty"`
}