mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
5
packages/global/support/openapi/type.d.ts
vendored
5
packages/global/support/openapi/type.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
export type OpenApiSchema = {
|
||||
_id: string;
|
||||
userId: string;
|
||||
teamId: string;
|
||||
tmbId: string;
|
||||
createTime: Date;
|
||||
@@ -7,9 +8,9 @@ export type OpenApiSchema = {
|
||||
apiKey: string;
|
||||
appId?: string;
|
||||
name: string;
|
||||
usagePoints: number;
|
||||
usage: number;
|
||||
limit?: {
|
||||
expiredTime?: Date;
|
||||
maxUsagePoints: number;
|
||||
credit?: number;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user