Skip to content

TierFulfillment

Public tier fulfillment forms.

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;
}>>;
}>]>;