Type Alias Subdomain

Subdomain: {
    fileViews: number;
    files: number;
    id: Snowflake;
    lastActivity: number;
    lastActivityDate: Date;
    links: number;
    public: boolean;
    root: boolean;
}

Represents a subdomain.

Type declaration

  • fileViews: number

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

  • files: number

    The amount of files on this subdomain.

  • id: Snowflake

    The ID of this subdomain.

  • lastActivity: number

    Timestamp of the last interaction with this subdomain.

  • lastActivityDate: Date

    The date of the last interaction with this subdomain.

  • links: number

    The amount of links on this subdomain.

  • public: boolean

    If this subdomain is public or not.

  • root: boolean

    If this subdomain is a root domain.