mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-04 05:56:08 +00:00
v4.6 -1 (#459)
This commit is contained in:
11
projects/app/src/global/support/openapi/api.d.ts
vendored
Normal file
11
projects/app/src/global/support/openapi/api.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { OpenApiSchema } from '@fastgpt/global/support/openapi/type';
|
||||
|
||||
export type GetApiKeyProps = {
|
||||
appId?: string;
|
||||
};
|
||||
|
||||
export type EditApiKeyProps = {
|
||||
appId?: string;
|
||||
name: string;
|
||||
limit: OpenApiSchema['limit'];
|
||||
};
|
Reference in New Issue
Block a user