feat: openapi page

This commit is contained in:
archer
2023-04-07 22:48:21 +08:00
parent 43f8d6008f
commit 22cc9c85be
24 changed files with 190 additions and 94 deletions

View File

@@ -154,4 +154,5 @@ export interface OpenApiSchema {
userId: string;
createTime: Date;
lastUsedTime: Date;
apiKey: String;
}

4
src/types/openapi.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export interface UserOpenApiKey {
id: string;
apiKey: string;
}