interface ApiApp {
    autoDeployGit: string;
    autoRestart: boolean;
    avatarURL: string;
    exitCode: number;
    id: string;
    lang: string;
    mainFile: string;
    mods: string[];
    name: string;
    online: boolean;
    ram: number;
    ramKilled: boolean;
    type: number;
}

Hierarchy (view full)

Properties

autoDeployGit: string

If your app has auto deploy on github enabled

autoRestart: boolean

If your app has auto-restart enabled

avatarURL: string

Your app's avatar url

exitCode: number

Your app's exit code on stopping

id: string

Your app id

lang: string

Your application's programming language

mainFile: string

The main file path

mods: string[]

The IDs of your application's moderators

name: string

Your application's name

online: boolean

If your application is online

ram: number

The RAM quantity for your application

ramKilled: boolean

If your application was stopped due to lack of RAM

type: number

Your app's type