Combining types into one:
type HMPLTemplateFunctionOptions = HMPLIdentificationRequestInit[] | HMPLRequestInit | HMPLRequestInitFunction;And also speeding up the code execution
Combining types into one:
type HMPLTemplateFunctionOptions = HMPLIdentificationRequestInit[] | HMPLRequestInit | HMPLRequestInitFunction;And also speeding up the code execution