Type alias EndContactEvent

EndContactEvent: {
    bodyA: Body;
    bodyB: Body;
    shapeA: Shape;
    shapeB: Shape;
    type: "endContact";
}

Type declaration