This commit is contained in:
4
dist/models/Donation.d.ts
vendored
Normal file
4
dist/models/Donation.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare type Donation = {
|
||||
id: number;
|
||||
donor: string;
|
||||
};
|
||||
Reference in New Issue
Block a user