Update user.ts

This commit is contained in:
Sumit Anvekar 2023-03-28 19:28:14 +05:30 committed by GitHub
parent 01747a2597
commit 64d2933092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ export interface IUser {
login: string;
}
export type OctokitUser = components['schemas']['nullable-simple-user'];
export type OctokitUser = components['schemas']['nullable-simple-user'];