| 29 | } |
| 30 | |
| 31 | export interface Payment { |
| 32 | id: string; |
| 33 | email: string; |
| 34 | createdAt: number; |
| 35 | amount: number; |
| 36 | currency: string; |
| 37 | receipt: string; |
| 38 | description: string; |
| 39 | } |
nothing calls this directly
no outgoing calls
no test coverage detected