import type { AdofaiEvent } from '../structure/interfaces'; export interface Twirl extends AdofaiEvent { eventType: 'Twirl'; }