Type Alias SubdomainData

SubdomainData: {
    domain: string;
    fileViews: number;
    public: boolean;
    uploadCount: number;
}

A subdomain but with less data associated with it.

Type declaration

  • domain: string

    The name of the subdomain.

  • fileViews: number

    The total number of views of all files associated with this subdomain.

  • public: boolean

    Wether this subdomain is public or not.

  • uploadCount: number

    Amount of files uploaded to this subdomain.