Documentation
    Preparing search index...
    interface ApiUploadApp {
        addedAtTimestamp: number;
        autoRestart: boolean;
        avatarURL: string;
        id: string;
        lang: string;
        mainFile: string;
        name: string;
        ram: number;
        type: number;
        version: string;
    }
    Index

    Properties

    addedAtTimestamp: number

    The timestamp of the upload of your application

    autoRestart: boolean

    If your application has auto-restart enabled

    avatarURL: string

    Your app's avatar url

    id: string

    Your app id

    lang: string

    The programming language of your app

    mainFile: string

    The main file path of your app

    name: string

    Your app's name

    ram: number

    RAM quantity for your app

    type: number

    Your app's type

    version: string

    The version of the package