ElectronProductSubscriptionPeriod
Unofficial
The period details for products that are subscriptions.
Import:
import type { ElectronProductSubscriptionPeriod } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronProductSubscriptionPeriodProperties
| Property | Type | Description | |
|---|---|---|---|
| numberOfUnits | number | The number of units per subscription period. | |
| unit | 'day' | 'month' | 'week' | 'year' | The increment of time that a subscription period is specified in. Can be day, month, week or year. |
Links to this page: