export interface game_pokqznnHandler_c_selectCard_Req {
    /**
     * 选牌
     * @additionalProperties sInt32
     * @TJS-type array
     */
    cards: number[]
}