CreditBenefit
Public prepaid usage credit terms; whole quantities are bigint, never monetary balances.
Declaration
Section titled “Declaration”const CreditBenefit: Schema.Struct<{ unit: Schema.brand<Schema.String, "UsageUnitKey">; quantity: Schema.brand<Schema.BigInt, "UsageCreditQuantity">; expiry: Schema.Literal<"never">; type: Schema.tag<"usage_credits">;}>;