import type { paths } from '@/openapi-types'; import createClient from 'openapi-fetch'; export const fetcher = createClient({ baseUrl: 'https://api.imphnen.dev', });