fix: TS and linit errors

This commit is contained in:
Ahmed Bouhuolia
2024-04-17 17:51:21 +02:00
parent 9b6f934990
commit 56b40ad4cb
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import moment, { type unitOfTime } from 'moment';
import moment, { unitOfTime } from 'moment';
export default class SubscriptionPeriod {
private start: Date;