Skip to content

Commit

Permalink
Clarify credential event ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
7or2ga committed Oct 26, 2024
1 parent 29d85ad commit 7928661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export interface QuotaSettings {
// Unix timestamps and quota settings for the corresponding operator are returned.
// Returns up to the maximum # of allowed credentials from the most recent
// sliding 'window', or returns an empty array if the operator has not
// requested any credentials within that timeframe. Quota settings are always
// returned.
// requested any credentials within that timeframe. Credential events are in
// descending order (newest to oldest). Quota settings are always returned.
export interface OperatorInfo {
credentialEvents: number[];
quotaSettings: QuotaSettings;
Expand Down

0 comments on commit 7928661

Please sign in to comment.