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

4 lines
63 B
TypeScript

export type CreateAnonymousDonation = {
amount: number;
};