Skip to content
Snippets Groups Projects

Resolve "Support API tokens"

Merged Daniel Göbel requested to merge feature/127-support-api-tokens into main
Files
8
@@ -28,5 +28,9 @@ export type ApiTokenOut = {
* The UNIX timestamp when this token was created
*/
created_at: number;
/**
* The UNIX timestamp when this token was used the last time
*/
last_used?: (number | null);
};
Loading