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

5 lines
75 B
TypeScript
Raw Normal View History

2020-12-22 14:17:25 +00:00
export declare type Donation = {
id: number;
donor: string;
};