Files
standardnotes-app-web/packages/ui-services/src/Route/Params/PurchaseParams.ts
2022-10-21 10:05:52 +02:00

5 lines
65 B
TypeScript

export type PurchaseParams = {
plan: string
period: string
}