Skip to content

Commit 91a1a73

Browse files
authored
chore(cockpit): remove expert plan (#1194)
1 parent 21c75aa commit 91a1a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/cockpit/v1beta1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export type ListTokensRequestOrderBy =
3535
| 'name_asc'
3636
| 'name_desc'
3737

38-
export type PlanName = 'unknown_name' | 'free' | 'premium' | 'custom' | 'expert'
38+
export type PlanName = 'unknown_name' | 'free' | 'premium' | 'custom'
3939

4040
export interface ContactPointEmail {
4141
to: string

0 commit comments

Comments
 (0)