import { SWRConfiguration } from 'swr'; export const swrGlobalConfiguration: SWRConfiguration = { errorRetryCount: 1, };