UNPKG

near-protocol-rewards

Version:

A transparent, metric-based rewards system for NEAR projects

22 lines (21 loc) 537 B
export declare const integrationConfig: { githubRepo: string; githubToken: string | undefined; timeframe: "week"; weights: { commits: number; pullRequests: number; reviews: number; issues: number; }; validation: { github: { minCommits: number; maxCommitsPerDay: number; minAuthors: number; suspiciousAuthorRatio: number; }; }; isTestMode: boolean; }; export declare const shouldSkipIntegrationTests: boolean;