GBA003/External/Harmony/Backends/Dropbox/SwiftyDropbox/spec/users_common.stone
2024-05-30 10:22:15 +08:00

23 lines
482 B
Plaintext

namespace users_common
"This namespace contains common data types used within the users namespace."
import common
alias AccountId = String(min_length=40, max_length=40)
union_closed AccountType
"What type of account this user has."
basic
"The basic account type."
pro
"The Dropbox Pro account type."
business
"The Dropbox Business account type."
example default
basic = null
example business
business = null