/** * Fetch function type (standardizes the version of fetch used). */ export type FetchFunction = typeof globalThis.fetch;