Documentation
Preparing search index...
@discloudapp/api-types
RESTGetApiAppTeamResult
Interface RESTGetApiAppTeamResult
interface
RESTGetApiAppTeamResult
{
message
?:
string
;
status
:
"ok"
|
"error"
;
team
:
ApiAppTeam
[]
;
}
Hierarchy
Omit
<
RESTApiBaseResult
,
"message"
>
RESTGetApiAppTeamResult
Index
Properties
message?
status
team
Properties
Optional
message
message
?:
string
API message response
status
status
:
"ok"
|
"error"
The status of API response
team
team
:
ApiAppTeam
[]
App of your team
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
status
team
Documentation
Loading...
API message response