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