Adding betterzon api to plutoapi
Jenkins Production Deployment

This commit is contained in:
2021-11-11 11:52:27 +01:00
parent 9713435620
commit 88569f8a40
43 changed files with 3139 additions and 0 deletions
@@ -0,0 +1,5 @@
import {PriceAlarm} from './pricealarm.interface';
export interface PriceAlarms {
[key: number]: PriceAlarm;
}