Type alias ContributionEvent<T>

ContributionEvent<T>: {
    contribution?: SupportedContribution<T>;
    id: string;
    type: ContributionTypes;
}

Type Parameters

  • T extends SupportedContributionsKey

Type declaration

Generated using TypeDoc