chore: update openapi.json
This commit is contained in:
parent
a595166b9d
commit
93e30efd8a
4
dist/models/CreateDonation.d.ts
vendored
Normal file
4
dist/models/CreateDonation.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export type CreateDonation = {
|
||||||
|
donor?: number;
|
||||||
|
paidAmount?: number;
|
||||||
|
};
|
5
dist/models/CreateDonation.js
vendored
Normal file
5
dist/models/CreateDonation.js
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
"use strict";
|
||||||
|
/* istanbul ignore file */
|
||||||
|
/* tslint:disable */
|
||||||
|
/* eslint-disable */
|
||||||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
Loading…
x
Reference in New Issue
Block a user