(lean) add pull system

This commit is contained in:
Julien Calixte
2023-07-23 21:08:46 +02:00
parent 48733ab131
commit eaec93c071
6 changed files with 71 additions and 20 deletions

View File

@@ -1 +1 @@
export type Strategy = 'push' | 'turn-off'
export type Strategy = 'push' | 'pull' | 'turn-off'