提交 c975df3b 编写于 作者: J Johannes Rieken

don't drop functions (for now)

上级 88ce9daa
......@@ -266,10 +266,10 @@ export type AddFirstParameterToFunctions<Target, TargetFunctionsReturnType, Firs
};
/**
* Mapped typed that replaces all occurrences of URI with UriComponents and drop all functions
* Mapped typed that replaces all occurrences of URI with UriComponents
* todo@joh drop functions
* todo@joh use toJSON-results
*/
export type Serialized<T> = { [K in keyof T]: T[K] extends URI
? UriComponents
: T[K] extends Function
? never
: Serialized<T[K]> };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册