We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551686e commit 7f7030eCopy full SHA for 7f7030e
packages/clients/src/api/cockpit/v1beta1/types.gen.ts
@@ -35,7 +35,7 @@ export type ListTokensRequestOrderBy =
35
| 'name_asc'
36
| 'name_desc'
37
38
-export type PlanName = 'unknown_name' | 'free' | 'premium' | 'custom'
+export type PlanName = 'unknown_name' | 'free' | 'premium' | 'custom' | 'expert'
39
40
export interface ContactPointEmail {
41
to: string
0 commit comments