Interface DonationAlertsUserJson

Represents user profile information as a plain JavaScript object.

interface DonationAlertsUserJson {
    avatar: string;
    code: string;
    email: string;
    id: number;
    name: string;
    socketConnectionToken: string;
}

Properties

avatar: string
code: string
email: string
id: number
name: string
socketConnectionToken: string