interface Choice {
    delta: ChoiceDelta;
    index: number;
}

Properties

Properties

index: number