Type Alias NonRecursiveLeaf

NonRecursiveLeaf: Date | unknown[] | default | (...args: never[]) => unknown

Types that terminate dot-path recursion. These are considered leaf types that should not be recursed into when generating filter key paths.