CorrectMeteredUsage
Public signed correction command tied to one prior idempotent usage record.
Declaration
Section titled “Declaration”const CorrectMeteredUsage: Schema.Struct<{ idempotencyKey: Schema.brand<Schema.String, "IdempotencyKey">; originalUsageIdempotencyKey: Schema.brand<Schema.String, "IdempotencyKey">; quantityDelta: Schema.brand<Schema.BigInt, "MeteredUsageQuantity">; correctedAt: Schema.brand<Schema.Int, "EpochMilliseconds">;}>;