Revert "sub plan page (#885)" (#886)

This reverts commit 443ad37b6a.
This commit is contained in:
Archer
2024-02-23 17:48:15 +08:00
committed by GitHub
parent 443ad37b6a
commit fd9b6291af
246 changed files with 4281 additions and 6286 deletions

View File

@@ -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;
};
};