convertHeadersToObject

1const convertHeadersToObject: (headers?) => Record<string, string>;

Defined in: account-kit/infra/dist/types/alchemyTransport.d.ts:81

Parameters

ParameterType

headers?

HeadersInit

Returns

Record<string, string>