Proton Drive CLI API Documentation - v0.1.2
GitHub
Preparing search index...
cli/bridge
BridgeResponse
Interface BridgeResponse
Bridge response envelope
interface
BridgeResponse
{
code
?:
number
;
details
?:
string
;
error
?:
string
;
ok
:
boolean
;
payload
?:
any
;
}
Index
Properties
code?
details?
error?
ok
payload?
Properties
Optional
code
code
?:
number
Optional
details
details
?:
string
Optional
error
error
?:
string
ok
ok
:
boolean
Optional
payload
payload
?:
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
details
error
ok
payload
GitHub
Proton Drive CLI API Documentation - v0.1.2
Loading...
Bridge response envelope