| 28 | type Customer = InferSelectModel<typeof customers> | undefined; |
| 29 | |
| 30 | interface WebhookResponse { |
| 31 | error?: string; |
| 32 | message?: string; |
| 33 | } |
| 34 | |
| 35 | async function findOrCreateCustomer( |
| 36 | paddleCustomerId: string, |
nothing calls this directly
no outgoing calls
no test coverage detected