Hierarchy

  • OriginalAuthor

Properties

answererLevel: string
answeringStreak?: {
    canLotteryPointsBeClaimed: boolean;
    pointForTommorow: number;
    pointsForToday: number;
    progress: number;
    progressIncreasedToday: boolean;
}

Type declaration

  • canLotteryPointsBeClaimed: boolean
  • pointForTommorow: number
  • pointsForToday: number
  • progress: number
  • progressIncreasedToday: boolean
avatar: {
    thumbnailUrl: string;
    url: string;
}

Type declaration

  • thumbnailUrl: string
  • url: string
bestAnswersCount: number
bestAnswersCountInLast30Days: number
created: string
friends: {
    count: number;
}

Type declaration

  • count: number
gender: string
helpedUsersCount: number
id: string
nick: string
points: number
questions: {
    count: number;
    edges: {
        node: {
            attachments: OriginalAttachments;
            canBeAnswered: boolean;
            content: string;
            created: string;
            eduLevel?: number;
            grade: {
                name: string;
            };
            isClosed: boolean;
            points: number;
            pointsForAnswer: number;
            pointsForBestAnswer: number;
            subject: {
                id: string;
                name: string;
            };
        };
    }[];
}

Type declaration

  • count: number
  • edges: {
        node: {
            attachments: OriginalAttachments;
            canBeAnswered: boolean;
            content: string;
            created: string;
            eduLevel?: number;
            grade: {
                name: string;
            };
            isClosed: boolean;
            points: number;
            pointsForAnswer: number;
            pointsForBestAnswer: number;
            subject: {
                id: string;
                name: string;
            };
        };
    }[]
rank: {
    name: string;
}

Type declaration

  • name: string
receivedThanks: number
specialRanks: {
    name: string;
}[]

Generated using TypeDoc v0.23.16