feat: auth openapi key

This commit is contained in:
archer
2023-04-07 23:33:59 +08:00
parent f6c4b4c96d
commit ea1681e1eb
6 changed files with 37 additions and 8 deletions

View File

@@ -2,5 +2,5 @@ export interface UserOpenApiKey {
id: string;
apiKey: string;
createTime: Date;
lastUsedTime: Date;
lastUsedTime?: Date;
}