TypedSelectPattern: { [K in keyof T]?: boolean }

Type-safe select pattern for explicitly choosing fields Defaults to any when no type parameter is provided for backward compatibility

Type Parameters

  • T = any