| 28 | |
| 29 | // User follow verification |
| 30 | export interface UserFollowVerificationData extends BaseGitHubVerificationData { |
| 31 | type: "user_follow" |
| 32 | user_to_follow: string |
| 33 | } |
| 34 | |
| 35 | // Repository star verification |
| 36 | export interface RepoStarVerificationData extends BaseGitHubVerificationData { |
nothing calls this directly
no outgoing calls
no test coverage detected