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

5 lines
75 B
TypeScript

export declare type Donation = {
id: number;
donor: string;
};