UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

6 lines (5 loc) 180 B
import type { StarLaserCommand } from './StarLaserCommand'; export interface StarLaserSendActionsOptions { starAction?: StarLaserCommand; laserAction?: StarLaserCommand; }