Interface ProfileDetails

ProfileDetails ($ref: "Profiles.Details.Profile") Represents the details of a user profile.

interface ProfileDetails {
    id: string;
    name: string;
    theme: string;
    thumbnail: string;
}

Properties

Properties

id: string
name: string
theme: string
thumbnail: string