Add second plan (#1187)

This commit is contained in:
Philip Okugbe
2025-05-17 18:03:01 +00:00
committed by GitHub
parent e3ba817723
commit 4a0b4040ed
4 changed files with 11 additions and 5 deletions
@@ -1,5 +1,6 @@
export enum BillingPlan {
STANDARD = "standard",
BUSINESS = "business",
}
export interface IBilling {