refactor: various tweaks and fixes

This commit is contained in:
Henry
2025-09-11 13:56:58 +01:00
parent f67457b9b5
commit c4220580e5
4 changed files with 26 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ export interface Subscription {
unlimitedSeats: boolean;
periodStart: Date | null;
periodEnd: Date | null;
referenceId: string;
referenceId: string | null;
stripeSubscriptionId: string | null;
stripeCustomerId: string | null;
createdAt: Date;