Type Alias SnappingInteractionEvent

SnappingInteractionEvent: InteractionEvent & {
    [alreadySnapped]?: boolean;
}