Skip to content

Commit

Permalink
chore(examples-openapi-typegen): sync github typegen file
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-aquino committed Oct 21, 2024
1 parent 07ee856 commit 5e6af93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export interface GitHubComponents {
type: string;
site_admin: boolean;
starred_at?: string;
user_view_type?: string;
};
'basic-error': {
message?: string;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5e6af93

Please sign in to comment.