export type AnyFunction = (...args: any[]) => T export type PartialReturnType unknown> = Partial>