/** * This is a copy of FetchApi, to avoid importing core-plugin-api. */ export type FetchApi = { fetch: typeof fetch; };