import type { KartEffect } from '../KartEffect';

export interface RGBShowEffectOptions {
  effect: KartEffect;
}
