UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

9 lines (7 loc) 167 B
import type { AllCommandsConfig } from '../command'; export interface Flow { id: number; name: string; description?: string; commands: AllCommandsConfig[]; }