feat: add accepting subscription invite route type
This commit is contained in:
4
packages/ui-services/src/Route/Params/PurchaseParams.ts
Normal file
4
packages/ui-services/src/Route/Params/PurchaseParams.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type PurchaseParams = {
|
||||
plan: string
|
||||
period: string
|
||||
}
|
||||
Reference in New Issue
Block a user