UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

12 lines 509 B
import { GoalApprovalRequestVoter } from "../../api/registration/goalApprovalRequestVote"; /** * Goal approval request vote implementation that checks for GitHub team membership of the * person who is requesting the approval . * @param {string} team */ export declare function gitHubTeamVoter(team?: string): GoalApprovalRequestVoter; /** * @Deprecated since 1.0.0 use gitHubTeamVoter instead */ export declare const githubTeamVoter: typeof gitHubTeamVoter; //# sourceMappingURL=githubTeamVoter.d.ts.map