2 lines
65 B
TypeScript
2 lines
65 B
TypeScript
export type Strategy = 'push' | 'pull' | 'pull-dps' | 'push-dps'
|
export type Strategy = 'push' | 'pull' | 'pull-dps' | 'push-dps'
|