lfk-client-js/dist/models/Donation.d.ts

5 lines
68 B
TypeScript

export type Donation = {
id: number;
paidAmount: number;
};