import { texts } from '@/texts' export const SERVICE_ERROR_COPY = { apiError: texts.errors.defaultApi, networkError: texts.errors.networkError, } as const export function getServiceErrorCopy() { return SERVICE_ERROR_COPY }