File tree Expand file tree Collapse file tree
workspaces/bulk-import/plugins/bulk-import-backend/src/github Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,14 +135,14 @@ export interface ExtendedGithubCredentialsProvider extends GithubCredentialsProv
135135 } ) => Promise < ExtendedGithubCredentials [ ] > ;
136136}
137137
138- export type AuthenticatedUserRepositoryList =
139- RestEndpointMethodTypes [ 'repos' ] [ 'listForAuthenticatedUser' ] [ 'response' ] [ 'data' ] ;
140-
141- export type AppInstallationRepositories =
142- RestEndpointMethodTypes [ 'apps' ] [ 'listReposAccessibleToInstallation' ] [ 'response' ] [ 'data' ] ;
143-
144138export type AuthenticatedUserRepositoryResponse =
145139 RestEndpointMethodTypes [ 'repos' ] [ 'listForAuthenticatedUser' ] [ 'response' ] ;
146140
141+ export type AuthenticatedUserRepositoryList =
142+ AuthenticatedUserRepositoryResponse [ 'data' ] ;
143+
147144export type AppInstallationRepositoriesResponse =
148145 RestEndpointMethodTypes [ 'apps' ] [ 'listReposAccessibleToInstallation' ] [ 'response' ] ;
146+
147+ export type AppInstallationRepositories =
148+ AppInstallationRepositoriesResponse [ 'data' ] ;
You can’t perform that action at this time.
0 commit comments