Type alias TriviaHostStartsGame

TriviaHostStartsGame: {
    hostId: string;
    numQuestions: number;
    pack: string;
    questionDuration: number;
}

Type declaration

  • hostId: string
  • numQuestions: number
  • pack: string
  • questionDuration: number

Generated using TypeDoc