interface GetCelebrityInfoResponse {
    KnownGender?: KnownGender;
    Name?: string;
    Urls?: string[];
}

Hierarchy (view full)

Properties

KnownGender?: KnownGender

Retrieves the known gender for the celebrity.

Name?: string

The name of the celebrity.

Urls?: string[]

An array of URLs pointing to additional celebrity information.