interface MoveOrderState {
    jump?: Jump;
    redirect?: Redirect;
}

Properties

Properties

jump?: Jump
redirect?: Redirect