feat: openapi page
This commit is contained in:
4
src/types/openapi.d.ts
vendored
Normal file
4
src/types/openapi.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface UserOpenApiKey {
|
||||
id: string;
|
||||
apiKey: string;
|
||||
}
|
||||
Reference in New Issue
Block a user