declare enum InteractionTargetType {
    Input = "input",
    Button = "button"
}
export default InteractionTargetType;
