UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

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