Type alias ContributionEvent<T>
ContributionEvent<T>: { contribution?: SupportedContribution<T>; id: string; type: ContributionTypes; }
Type Parameters
-
T extends SupportedContributionsKey
Type declaration
-
Optional
contribution?: SupportedContribution<T>
-
id: string
-