6 lines
68 B
GraphQL
6 lines
68 B
GraphQL
enum SystemSettingHashValueTypeEnum {
|
|
BOOLEAN
|
|
STRING
|
|
NUMBER
|
|
}
|