Type alias AddSpringEvent

AddSpringEvent: {
    spring: Spring;
    type: "addSpring";
}

Type declaration

  • spring: Spring
  • type: "addSpring"