import { Contribution } from '../Contribution' export class ContributionsResponse { data: Contribution included: any[] }