Viktorani API - v0.0.8
    Preparing search index...

    Interface Round

    An ordered collection of questions that forms one section of a Game.

    interface Round {
        createdAt: number;
        description: string;
        id: string;
        name: string;
        questionIds: string[];
    }
    Index

    Properties

    createdAt: number
    description: string
    id: string
    name: string
    questionIds: string[]

    Ordered array of Question IDs.