interface default {
    playerId: number;
    questions: default[];
}

Properties

Properties

playerId: number
questions: default[]