Documentation
    Preparing search index...

    Interface RESTGetApiAppTeamResult

    interface RESTGetApiAppTeamResult {
        message?: string;
        status: "ok" | "error";
        team: ApiAppTeam[];
    }

    Hierarchy

    Index

    Properties

    Properties

    message?: string

    API message response

    status: "ok" | "error"

    The status of API response

    team: ApiAppTeam[]

    App of your team