Documentation
    Preparing search index...
    interface ApiUser {
        apps: string[];
        avatar: null | string;
        customdomains: string[];
        lastDataLeft?: LastDataLeft;
        locale: string;
        plan: string;
        planDataEnd?: string;
        ramUsedMb: number;
        subdomains: string[];
        totalRamMb: number;
        userID: string;
        username: null | string;
    }
    Index

    Properties

    apps: string[]

    Your applications ID

    avatar: null | string

    Your avatar

    customdomains: string[]

    Your custom domains on Discloud

    lastDataLeft?: LastDataLeft

    When will your plan end

    locale: string

    Your locale

    plan: string

    Your plan

    planDataEnd?: string

    Date of when will your plan end | "Subscription"

    ramUsedMb: number

    Quantity of RAM was used for your applications

    subdomains: string[]

    Your subdomains on Discloud

    totalRamMb: number

    Your total RAM quantity

    userID: string

    Your id

    username: null | string

    Your username