UNPKG

509 BTypeScriptView Raw
1import { GoalApprovalRequestVoter } from "../../api/registration/goalApprovalRequestVote";
2/**
3 * Goal approval request vote implementation that checks for GitHub team membership of the
4 * person who is requesting the approval .
5 * @param {string} team
6 */
7export declare function gitHubTeamVoter(team?: string): GoalApprovalRequestVoter;
8/**
9 * @Deprecated since 1.0.0 use gitHubTeamVoter instead
10 */
11export declare const githubTeamVoter: typeof gitHubTeamVoter;
12//# sourceMappingURL=githubTeamVoter.d.ts.map
\No newline at end of file