Type alias OverageEntitlementCreateInput

OverageEntitlementCreateInput: { behavior?: InputMaybe<EntitlementBehavior>; description?: InputMaybe<Scalars["String"]>; displayNameOverride?: InputMaybe<Scalars["String"]>; featureId: Scalars["String"]; hasSoftLimit?: InputMaybe<Scalars["Boolean"]>; hasUnlimitedUsage?: InputMaybe<Scalars["Boolean"]>; hiddenFromWidgets?: InputMaybe<WidgetType[]>; isCustom?: InputMaybe<Scalars["Boolean"]>; monthlyResetPeriodConfiguration?: InputMaybe<MonthlyResetPeriodConfigInput>; order?: InputMaybe<Scalars["Float"]>; resetPeriod?: InputMaybe<EntitlementResetPeriod>; usageLimit?: InputMaybe<Scalars["Float"]>; weeklyResetPeriodConfiguration?: InputMaybe<WeeklyResetPeriodConfigInput>; yearlyResetPeriodConfiguration?: InputMaybe<YearlyResetPeriodConfigInput> }

Type declaration