Interface CurrentSelections

interface CurrentSelections {
    selections: {
        selections: qSelections[];
        state: string;
    }[];
    timings: Timings;
}

Properties

Properties

selections: {
    selections: qSelections[];
    state: string;
}[]

Type declaration

timings: Timings