Typescript access to `lastResponse` headers · Issue #983 · stripe/stripe-node

stripe@8.86.0 Node v10.10.0 Hi Stripe team, Is there a way in typescript to get the response headers? For example, in the docs it specifies: var customer = await stripe.customers.create(); console....