TypedOmitPattern: (keyof T)[]

Type-safe omit pattern for excluding fields Matches OmitPattern from core-types - uses array of keys Defaults to any when no type parameter is provided for backward compatibility

Type Parameters

  • T = any