Skip to content

CorrectMeteredUsage

Public signed correction command tied to one prior idempotent usage record.

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