/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Donation = { id: number; donor: string; }