stripPath<T extends object>: T extends any
    ? OmitKeys<T, "path">
    : never

Type Parameters

  • T extends object