node build fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package hibikextension
|
||||
|
||||
type (
|
||||
SelectOption struct {
|
||||
Value string `json:"value"`
|
||||
Label string `json:"label"`
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user