Type Alias RegularMoveFactory

RegularMoveFactory: {
    status: "regular";
    (): MoveDescriptor;
}