| 22 | |
| 23 | // Organization follow verification |
| 24 | export interface OrgFollowVerificationData extends BaseGitHubVerificationData { |
| 25 | type: "org_follow" |
| 26 | organization: string |
| 27 | } |
| 28 | |
| 29 | // User follow verification |
| 30 | export interface UserFollowVerificationData extends BaseGitHubVerificationData { |
nothing calls this directly
no outgoing calls
no test coverage detected