export const fetchJson = (...args: Parameters>) => { const { $fetchJson } = useNuxtApp(); return $fetchJson(...args) as ReturnType>; };