Added arn to the main repository
This commit is contained in:
8
arn/CompanyName.go
Normal file
8
arn/CompanyName.go
Normal file
@ -0,0 +1,8 @@
|
||||
package arn
|
||||
|
||||
// CompanyName ...
|
||||
type CompanyName struct {
|
||||
English string `json:"english" editable:"true"`
|
||||
Japanese string `json:"japanese" editable:"true"`
|
||||
Synonyms []string `json:"synonyms" editable:"true"`
|
||||
}
|
Reference in New Issue
Block a user