We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb8e2d commit 4e3b6ebCopy full SHA for 4e3b6eb
packages/client-search/src/types/GetApiKeyResponse.ts
@@ -2,14 +2,14 @@ import { ApiKeyACLType } from '.';
2
3
export type GetApiKeyResponse = {
4
/**
5
- * A Unix timestamp used to define the expiration date of the API key.
+ * The api key value
6
*/
7
value: string;
8
9
10
* Date of creation.
11
12
- createdAt: string;
+ createdAt: number;
13
14
15
* List of permissions the key contains.
0 commit comments