v4.5.1 (#417)
This commit is contained in:
14
packages/global/support/openapi/type.d.ts
vendored
Normal file
14
packages/global/support/openapi/type.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export type OpenApiSchema = {
|
||||
_id: string;
|
||||
userId: string;
|
||||
createTime: Date;
|
||||
lastUsedTime?: Date;
|
||||
apiKey: string;
|
||||
appId?: string;
|
||||
name: string;
|
||||
usage: number;
|
||||
limit?: {
|
||||
expiredTime?: Date;
|
||||
credit?: number;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user