/** * POST /v1/customers — Stripe requires no field; typed hints only. */ export type StripeCustomerCreate = { email?: string; name?: string; metadata?: Record; };