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

@@ -153,6 +153,6 @@ export interface OpenApiSchema {
_id: string;
userId: string;
createTime: Date;
lastUsedTime: Date;
lastUsedTime?: Date;
apiKey: String;
}