TierFulfillment
Public tier fulfillment forms.
Declaration
Section titled “Declaration”const TierFulfillment: Schema.toTaggedUnion<"type", readonly [Schema.Struct<{ type: Schema.Literal<"billing_only">;}>, Schema.Struct<{ type: Schema.Literal<"managed">; entitlements: Schema.OptionFromOptionalKey<Schema.UniqueArray<Schema.brand<Schema.String, "EntitlementKey">>>; licensing: Schema.OptionFromOptionalKey<Schema.Struct<{ activationLimit: Schema.Int; }>>;}>]>;