mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 05:16:53 +00:00
8 lines
164 B
Swift
8 lines
164 B
Swift
let defaultOperatorConnectScopes: [String] = [
|
|
"operator.admin",
|
|
"operator.read",
|
|
"operator.write",
|
|
"operator.approvals",
|
|
"operator.pairing",
|
|
]
|