Files
tps/src/modules/lean/strategy.ts
Julien Calixte 4af91102b8 feat: 🎸 simulation
fix dps and add the push and DPS strategy
2023-07-26 19:33:12 +02:00

2 lines
65 B
TypeScript

export type Strategy = 'push' | 'pull' | 'pull-dps' | 'push-dps'