PathPartOf<T>: NonNullable<T> extends object
    ? Extract<keyof T, string>
    : never

Type Parameters

  • T

Generated using TypeDoc