Type alias MockPaywallPackageEntitlementFragment
Mock
Paywall
Package
Entitlement
Fragment
: { __typename
?: "Entitlement"; displayNameOverride
?: string | null; feature
?: { __typename
?: "EntitlementFeature"; additionalMetaData
?: any | null; description
?: string | null; displayName
: string; featureType
: FeatureType; featureUnits
?: string | null; featureUnitsPlural
?: string | null; meterType
?: MeterType | null; refId
: string } | null; hasSoftLimit
?: boolean | null; hasUnlimitedUsage
: boolean; hiddenFromWidgets
?: WidgetType[] | null; resetPeriod
?: EntitlementResetPeriod | null; usageLimit
?: number | null }
Type declaration
-
Optional
__typename?: "Entitlement"
-
Optional
displayNameOverride?: string | null
-
Optional
feature?: { __typename?: "EntitlementFeature"; additionalMetaData?: any | null; description?: string | null; displayName: string; featureType: FeatureType; featureUnits?: string | null; featureUnitsPlural?: string | null; meterType?: MeterType | null; refId: string } | null
-
Optional
hasSoftLimit?: boolean | null
-
hasUnlimitedUsage: boolean
-
Optional
hiddenFromWidgets?: WidgetType[] | null
-
-
Optional
usageLimit?: number | null