Fix type error (#27217)

This commit is contained in:
GuanMu
2025-10-22 11:43:37 +08:00
committed by GitHub
parent 523da66134
commit bebb4ffbaa
6 changed files with 64 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ export enum Priority {
topPriority = 'top-priority',
}
export type BasicPlan = Plan.sandbox | Plan.professional | Plan.team | Plan.enterprise
export type BasicPlan = Plan.sandbox | Plan.professional | Plan.team
export type PlanInfo = {
level: number