Type alias RemoveSpringEvent

RemoveSpringEvent: {
    spring: Spring;
    type: "removeSpring";
}

Type declaration

  • spring: Spring
  • type: "removeSpring"