Interface RESTGetApiAppTeamResult

interface RESTGetApiAppTeamResult {
    message?: string;
    status: RESTApiStatusResponse;
    team: ApiAppTeam[];
}

Properties

Properties

message?: string

API message response

API status response

team: ApiAppTeam[]

App of your team