CoreTypesPrettifyVersion: v7.0.0On this page PrettifyImportimport { Prettify } from "@hyper-fetch/core"SourceView the source codePackage@hyper-fetch/core Previewtype Prettify<T> = { [ K in keyof T]: T[K] } & {};