MCPcopy Create free account
hub / github.com/Schroedinger-Hat/tanglecat / OrgFollowVerificationData

Interface OrgFollowVerificationData

app/src/types/github.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23// Organization follow verification
24export interface OrgFollowVerificationData extends BaseGitHubVerificationData {
25 type: "org_follow"
26 organization: string
27}
28
29// User follow verification
30export interface UserFollowVerificationData extends BaseGitHubVerificationData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected