FetchDataService: Readonly<{
    fetchData: ((variables: FetchDataQueryVariables) => Promise<FetchDataQuery>);
}>