diff --git a/dist/models/CreateDonation.d.ts b/dist/models/CreateDonation.d.ts new file mode 100644 index 0000000..0b678cf --- /dev/null +++ b/dist/models/CreateDonation.d.ts @@ -0,0 +1,4 @@ +export type CreateDonation = { + donor?: number; + paidAmount?: number; +}; diff --git a/dist/models/CreateDonation.js b/dist/models/CreateDonation.js new file mode 100644 index 0000000..1e550d8 --- /dev/null +++ b/dist/models/CreateDonation.js @@ -0,0 +1,5 @@ +"use strict"; +/* istanbul ignore file */ +/* tslint:disable */ +/* eslint-disable */ +Object.defineProperty(exports, "__esModule", { value: true });