interface ApiUser {
    apps: string[];
    customdomains: string[];
    lastDataLeft?: LastDataLeft;
    locale: string;
    plan: string;
    planDataEnd?: string;
    ramUsedMb: number;
    subdomains: string[];
    totalRamMb: number;
    userID: string;
}

Properties

apps: string[]

Your applications ID

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