Type Alias SetchInit

SetchInit: Omit<RequestInit, "headers"> & { headers?: Record<string, string> }

Same as standard RequestInit, except headers can be only Record, so they can be easily merged in makeSetch