1 package singlefile 2 3 type FieldsOrderInput struct { 4 FirstField *string `json:"firstField"` 5 } 6
View as plain text