Documentation
    Preparing search index...
    interface ApiTeamApps {
        exitCode: number;
        id: string;
        lang: string;
        name: string;
        online: boolean;
        perms: string[];
        ram: number;
        ramKilled: boolean;
        type: number;
    }
    Index

    Properties

    exitCode: number

    Your team's app exit code on stop

    id: string

    Your team application id

    lang: string

    Your team's app programming language

    name: string

    Your team application name

    online: boolean

    If your team application is online

    perms: string[]

    Your permissions to manage this application.

    ram: number

    The RAM quantity for your team's app

    ramKilled: boolean

    If your team's app stopped due to low RAM

    type: number

    Your team's app type