diff --git a/examples/with-openapi-typegen/src/types/github/typegen/generated.ts b/examples/with-openapi-typegen/src/types/github/typegen/generated.ts index c7bf83f2a..e1502ecdd 100644 --- a/examples/with-openapi-typegen/src/types/github/typegen/generated.ts +++ b/examples/with-openapi-typegen/src/types/github/typegen/generated.ts @@ -33,6 +33,7 @@ export interface GitHubComponents { type: string; site_admin: boolean; starred_at?: string; + user_view_type?: string; }; 'basic-error': { message?: string; @@ -62,6 +63,7 @@ export interface GitHubComponents { type: string; site_admin: boolean; starred_at?: string; + user_view_type?: string; } | null; 'nullable-license-simple': { key: string;