i am working with a team on an app i am on windows and they are on mac and when we run relay compiler script i get this :
readonly " $data"?: productsListPagination$data | undefined;
and they get this instead without the "undefined":
readonly " $data"?: productsListPagination$data;