feat: openapi crd
This commit is contained in:
2
src/types/openapi.d.ts
vendored
2
src/types/openapi.d.ts
vendored
@@ -1,4 +1,6 @@
|
||||
export interface UserOpenApiKey {
|
||||
id: string;
|
||||
apiKey: string;
|
||||
createTime: Date;
|
||||
lastUsedTime: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user