Skip to content

Commit

Permalink
Add missing expiration_date to CreateProjectKeyResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Apr 17, 2024
1 parent d2ade7b commit 0977d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types/CreateProjectKeyResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export interface CreateProjectKeyResponse {
scopes: string[];
tags?: string[];
created: string;
expiration_date?: string;
}

0 comments on commit 0977d73

Please sign in to comment.