CoreTypesNullableTypeVersion: v7.0.0On this page NullableTypeImportimport { NullableType } from "@hyper-fetch/core"SourceView the source codePackage@hyper-fetch/core Previewtype NullableType<T> = T | EmptyTypes;