(strategy) add next day without new feature

This commit is contained in:
Julien Calixte
2023-07-23 20:41:52 +02:00
parent e98bad56db
commit 48733ab131
4 changed files with 17 additions and 6 deletions

View File

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