We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea2038 commit 4031002Copy full SHA for 4031002
1 file changed
workspaces/bulk-import/plugins/bulk-import-backend/src/github/types.ts
@@ -140,3 +140,9 @@ export type AuthenticatedUserRepositoryList =
140
141
export type AppInstallationRepositories =
142
RestEndpointMethodTypes['apps']['listReposAccessibleToInstallation']['response']['data'];
143
+
144
+export type AuthenticatedUserRepositoryResponse =
145
+ RestEndpointMethodTypes['repos']['listForAuthenticatedUser']['response'];
146
147
+export type AppInstallationRepositoriesResponse =
148
+ RestEndpointMethodTypes['apps']['listReposAccessibleToInstallation']['response'];
0 commit comments