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

Interface UserFollowVerificationData

app/src/types/github.ts:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29// User follow verification
30export interface UserFollowVerificationData extends BaseGitHubVerificationData {
31 type: "user_follow"
32 user_to_follow: string
33}
34
35// Repository star verification
36export interface RepoStarVerificationData extends BaseGitHubVerificationData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected