UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

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