Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
feat(application-keys): adds last_used_at property (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarawasim1 authored Oct 25, 2023
1 parent d6753d3 commit 9f92881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/application-keys.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface ApplicationKey extends ApplicationKeyBase, Identifiable {
timestamps: {
created_at: string
updated_at: string
last_used_at: string | null
}
}
}
Expand Down

0 comments on commit 9f92881

Please sign in to comment.